Skip to content

Commit

Permalink
test: updated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv committed Nov 18, 2024
1 parent a1a1081 commit a8de1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/__test__/country.utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ describe("getCountry", () => {
(Cookies.get as Mock).mockReturnValue(JSON.stringify({}));
const { getCountry } = await import("../country.utils");
const result = await getCountry();
expect(result).toBe("nodata");
expect(result).toBe("");
});
});

0 comments on commit a8de1d2

Please sign in to comment.