Skip to content

Commit ec7a252

Browse files
Update with latest DLLs
1 parent 55b37fd commit ec7a252

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public async Task TestUserUpdate()
7272
Assert.True(updatedUser.ExternalId == "xxx_some_guy_420_xxx");
7373
Assert.True(updatedUser.ProfileUrl == "www.some.guy");
7474
Assert.True(updatedUser.Status == "yes");
75-
Assert.True(updatedUser.DataType == "tall blondes");
75+
Assert.True(updatedUser.DataType == "someType");
7676
updatedReset.Set();
7777
};
7878
testUser.SetListeningForUpdates(true);
@@ -85,7 +85,7 @@ await testUser.Update(new ChatUserData()
8585
ExternalId = "xxx_some_guy_420_xxx",
8686
ProfileUrl = "www.some.guy",
8787
Status = "yes",
88-
Type = "tall blondes"
88+
Type = "someType"
8989
});
9090
var updated = updatedReset.WaitOne(15000);
9191
Assert.True(updated);
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)