Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Aug 13, 2024
1 parent 4811695 commit e7e1139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connect/src/hooks/useFormatAssetParam.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("useFormatAssetParam", () => {

it("should NOT get a formatted asset when key does NOT have an exact match", () => {
const { result } = renderHook(() => useFormatAssetParam("eth"));
expect(result.current).toEqual('ETH');
expect(result.current).toEqual("ETH");
});

it("should get a formatted asset using an address", () => {
Expand Down

0 comments on commit e7e1139

Please sign in to comment.