Skip to content

Commit

Permalink
Add missing delay in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed Feb 6, 2025
1 parent 0fdb06e commit 4c3b43a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public async Task TestGetUsers()
[Test]
public async Task TestGetChannels()
{
await Task.Delay(4000);
var channels = await chat.GetChannels();
Assert.True(channels.Channels.Any(x => x.Id == channel.Id));
}
Expand Down

0 comments on commit 4c3b43a

Please sign in to comment.