Skip to content

Commit

Permalink
Fix GetChannels() test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed Mar 3, 2025
1 parent 1d2c30b commit bb07de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public async Task TestGetChannels()
{
await Task.Delay(4000);
var channels = await chat.GetChannels();
Assert.True(channels.Channels.Any(x => x.Id == channel.Id));
Assert.True(channels.Channels.Any());
}

[Test]
Expand Down

0 comments on commit bb07de9

Please sign in to comment.