Skip to content

Commit

Permalink
Remove focus from test
Browse files Browse the repository at this point in the history
  • Loading branch information
flevi29 committed Aug 22, 2024
1 parent 6b77b22 commit 772761f
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 @@ -143,7 +143,7 @@ describe.each([
expect(response.results[0].hits[0].title).toEqual('Le Petit Prince');
});

test.only(`${permission} key: Multi index search with federation`, async () => {
test(`${permission} key: Multi index search with federation`, async () => {
const client = await getClient(permission);

const response1 = await client.multiSearch<
Expand Down

0 comments on commit 772761f

Please sign in to comment.