Skip to content

Commit

Permalink
fix(ListArticles): fix mock init
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Aug 18, 2023
1 parent 93325f2 commit 1cefcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/queries/__tests__/ListArticles.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('ListArticles', () => {
beforeAll(() => loadFixtures(fixtures));
beforeEach(() => {
mediaManager.insert.mockClear();
createTranscript.mock.mockClear();
createTranscript.mockClear();
});

it('lists all articles', async () => {
Expand Down

0 comments on commit 1cefcfe

Please sign in to comment.