Skip to content

Commit c8688b3

Browse files
committed
Remove test focus
1 parent 238200b commit c8688b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ describe.each([
993993
).rejects.toHaveProperty('cause.code', ErrorStatusCode.INDEX_NOT_FOUND);
994994
});
995995

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

0 commit comments

Comments
 (0)