Skip to content

Commit

Permalink
remove only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
sugat009 committed Oct 28, 2024
1 parent 9cc4588 commit 443f9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/api/routing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ describe('routing', () => {
});
});

it.only('restricts _explain', () => {
it('restricts _explain', () => {
const request = {
method: 'POST',
body: { selector: { type: 'person' }, limit: 1 },
Expand Down

0 comments on commit 443f9bc

Please sign in to comment.