Skip to content

Commit

Permalink
Modify testSubscribeUserStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
FuDongHai committed Sep 9, 2024
1 parent 01e7ad6 commit 0b932f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ void testSubscribeUserStatus() throws InterruptedException {
.block(Utilities.IT_TIMEOUT));
assertDoesNotThrow(() -> this.service.user().create(randomUsername2, randomPassword)
.block(Utilities.IT_TIMEOUT));
assertDoesNotThrow(() -> this.service.user().create(randomUsername3, randomPassword)
.block(Utilities.IT_TIMEOUT));

assertDoesNotThrow(() -> this.service.presence().setUserStatus(randomUsername1, resource, status, ext)
.block(Utilities.IT_TIMEOUT));
Expand Down

0 comments on commit 0b932f3

Please sign in to comment.