Skip to content

Commit

Permalink
Remove test focus
Browse files Browse the repository at this point in the history
  • Loading branch information
flevi29 committed Aug 21, 2024
1 parent 238200b commit c8688b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ describe.each([
).rejects.toHaveProperty('cause.code', ErrorStatusCode.INDEX_NOT_FOUND);
});

test.only(`${permission} key: Search with locales`, async () => {
test(`${permission} key: Search with locales`, async () => {
const client = await getClient(permission);
const masterClient = await getClient('Master');

Expand Down

0 comments on commit c8688b3

Please sign in to comment.