Skip to content

Commit

Permalink
fix: removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Sep 26, 2024
1 parent d87af71 commit 6a9d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/restapi/tests/lib/channel/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('PUSH_CHANNELS.search', () => {
console.log(res);
});

it.only('Should fetch channels based on the filter in new format', async () => {
it('Should fetch channels based on the filter in new format', async () => {
const res = await search({
env: ENV.DEV,
query: "a",
Expand Down

0 comments on commit 6a9d710

Please sign in to comment.