Skip to content

Commit

Permalink
test: Fix formatting in CreateAIReply.js mock implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 15, 2025
1 parent ac21df7 commit decb182
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/graphql/mutations/__tests__/CreateAIReply.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ jest.mock('util/openai', () => ({
default: {
chat: {
completions: {
create: jest.fn()
}
}
}
create: jest.fn(),
},
},
},
}));
import MockDate from 'mockdate';

Expand Down

0 comments on commit decb182

Please sign in to comment.