Skip to content

Commit

Permalink
Update app/components/Views/confirmations/hooks/useNetworkInfo.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: OGPoyraz <[email protected]>
  • Loading branch information
jpuri and OGPoyraz authored Oct 17, 2024
1 parent 6b171d3 commit f58b60e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jest.mock('react-redux', () => ({
fn(mockInitialState),
}));

describe('useAccountInfo', () => {
describe('useNetworkInfo', () => {
it('should return existing address from accounts controller', async () => {
const { result } = renderHookWithProvider(
() => useNetworkInfo(CHAIN_IDS.MAINNET),
Expand Down

0 comments on commit f58b60e

Please sign in to comment.