Skip to content

Commit af45cac

Browse files
Another test fix
1 parent 6817f27 commit af45cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c-sharp-chat/PubnubChatApi/PubNubChatApi.Tests/ChatTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public async Task TestEmitEvent()
173173
public async Task TestGetUnreadMessagesCounts()
174174
{
175175
var testChannel = TestUtils.AssertOperation(await chat.CreatePublicConversation());
176+
await testChannel.Join();
176177
await testChannel.SendText("wololo");
177178

178179
await Task.Delay(5000);

0 commit comments

Comments
 (0)