We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0e4eb commit 81a3b51Copy full SHA for 81a3b51
src/test/java/io/getstream/chat/java/BasicTest.java
@@ -174,6 +174,7 @@ private static void createTestChannel() throws StreamException {
174
}
175
176
static void upsertUsers() throws StreamException {
177
+ testUsersRequestObjects.clear();
178
testUserRequestObject =
179
UserRequestObject.builder()
180
.id(RandomStringUtils.randomAlphabetic(10))
0 commit comments