Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjasiuk committed Jan 28, 2025
1 parent 37de11f commit 0d64f9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jest.mock("hooks/useBalances", () => ({
useBalances: jest.fn(),
}));

jest.mock("atoms/shield/atoms", () => ({
shieldRewardsAtom: atom({ data: undefined }),
jest.mock("atoms/balance", () => ({
cachedShieldedRewardsAtom: atom({ data: undefined }),
}));

describe("Component: NamBalanceContainer", () => {
Expand Down

0 comments on commit 0d64f9f

Please sign in to comment.