Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed Aug 7, 2024
1 parent 7b692e9 commit f9f6936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/course/data/courseLoader.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ describe('courseLoader', () => {
expectedQueryCount = 15;
}
} else {
expectedQueryCount = 13;
expectedQueryCount = 14;
}
expect(mockQueryClient.ensureQueryData).toHaveBeenCalledTimes(expectedQueryCount);

Expand Down

0 comments on commit f9f6936

Please sign in to comment.