Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Sep 26, 2024
1 parent cde93d6 commit af40e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/participant/participant.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ Schema:
);
});

test.only('namespace', async function () {
test('namespace', async function () {
const chatRequestMock = {
prompt: 'find all docs by a name example',
command: 'query',
Expand Down

0 comments on commit af40e40

Please sign in to comment.