Skip to content

Commit

Permalink
test: fix useSafeNotifications test
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Oct 2, 2024
1 parent e8e316b commit d1bad45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hooks/__tests__/useSafeNotifications.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('useSafeNotifications', () => {
address: {
value: '0x1',
},
chainId: '5',
chainId: '10',
},
})

Expand Down Expand Up @@ -165,7 +165,7 @@ describe('useSafeNotifications', () => {
address: {
value: '0x1',
},
chainId: '5',
chainId: '10',
},
})

Expand All @@ -191,7 +191,7 @@ describe('useSafeNotifications', () => {
address: {
value: '0x1',
},
chainId: '5',
chainId: '10',
},
})

Expand Down

0 comments on commit d1bad45

Please sign in to comment.