Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Dec 18, 2024
1 parent f08a550 commit 1497207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/data/dashboardLoader.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ describe('dashboardLoader', () => {
expect(await screen.findByTestId('dashboard')).toBeInTheDocument();
}

expect(mockQueryClient.ensureQueryData).toHaveBeenCalledTimes(4);
expect(mockQueryClient.ensureQueryData).toHaveBeenCalledTimes(5);
expect(mockQueryClient.ensureQueryData).toHaveBeenCalledWith(
expect.objectContaining({
queryKey: shouldUseBFFQuery
Expand Down

0 comments on commit 1497207

Please sign in to comment.