Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Aug 4, 2024
1 parent 8dfd074 commit 61ee1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/routes/org/Org.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ describe('Org', () => {
renderWithProviders(<Org />);

await waitFor(() => expect(setSearchParams).toHaveBeenCalled(), { timeout: 400 });
expect(setSearchParams).toHaveBeenCalledWith(new URLSearchParams());
expect(setSearchParams).toHaveBeenCalled();
});
});

0 comments on commit 61ee1bc

Please sign in to comment.