Skip to content

Commit

Permalink
feat(lib): rm unsubscribeAll
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Jun 18, 2024
1 parent c04e82b commit 8381bb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/tests/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ describe("User test", () => {
user = await createRandomUser()
})

afterEach(() => {
chat.sdk.unsubscribeAll()
})

test("Should automatically create chat user while initializing", () => {
expect(chat.currentUser).toBeDefined()
expect(chat.currentUser.id).toBe(chat.sdk.getUUID())
Expand Down

0 comments on commit 8381bb0

Please sign in to comment.