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]
|
#[gpui::test]
|
||||||
async fn test_leave_channel(cx_a: &mut TestAppContext, cx_b: &mut TestAppContext) {
|
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
|
client_b
|
||||||
.channel_store()
|
.channel_store()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue