This commit is contained in:
Conrad Irwin 2024-01-26 14:04:21 -07:00
parent a0f8a2342f
commit 7e7a9c2d96

View file

@ -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()