mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-04 06:34:26 +00:00
lint
This commit is contained in:
parent
a0f8a2342f
commit
7e7a9c2d96
1 changed files with 1 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ async fn test_invite_access(
|
|||
|
||||
#[gpui::test]
|
||||
async fn test_leave_channel(cx_a: &mut TestAppContext, cx_b: &mut TestAppContext) {
|
||||
let (_server, client_a, client_b, channel_id) = TestServer::start2(cx_a, cx_b).await;
|
||||
let (_server, _client_a, client_b, channel_id) = TestServer::start2(cx_a, cx_b).await;
|
||||
|
||||
client_b
|
||||
.channel_store()
|
||||
|
|
Loading…
Reference in a new issue