Skip to content

Commit

Permalink
feat(lib): remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Sep 19, 2023
1 parent 8260ed0 commit 5855480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/channel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ describe("Channel test", () => {
await user2.delete()
})
//To be clarified deleting
test.only("should create reply to, and delete a thread", async () => {
test("should create reply to, and delete a thread", async () => {
const messageText = "Test message"
await channel.sendText(messageText)
await sleep(150) // history calls have around 130ms of cache time
Expand Down

0 comments on commit 5855480

Please sign in to comment.