Skip to content

Commit

Permalink
feat(lib): rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Jun 5, 2024
1 parent ba0856b commit 45244f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe("User test", () => {
}
})

test.only("Should apply filter to 'getMemberships'", async () => {
test("Should apply filter to 'getMemberships'", async () => {
jest.spyOn(chat.sdk.objects, "getMemberships")
const commonParams = {
include: {
Expand Down

0 comments on commit 45244f1

Please sign in to comment.