Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jan 2, 2025
1 parent fc41ec8 commit 5dddda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe("Navigation functions", () => {
() => "doesn't matter",
);

expect(result).toEqual({});
expect(result).toEqual(undefined);
expect(windowSpy).toHaveBeenCalledWith(
"https://example.com",
"_blank",
Expand Down

0 comments on commit 5dddda4

Please sign in to comment.