Skip to content

Commit

Permalink
test: Remove .only from CreateAIReply test case
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 18, 2025
1 parent 8fd2ea3 commit 61a3497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/mutations/__tests__/CreateAIReply.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('CreateAIReply', () => {
`);
});

it.only('returns new AI response', async () => {
it('returns new AI response', async () => {
// Mocked ChatGPT success response
//
let resolveAPI;
Expand Down

0 comments on commit 61a3497

Please sign in to comment.