Skip to content

Commit

Permalink
test: update assertion for arb sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Jul 10, 2024
1 parent 578d056 commit 6684914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('Networks', async () => {
})

it('returns correct value for arbitrum sepolia', () => {
expect(isParentNetwork(421614)).to.equal(true)
expect(isParentNetwork(421614)).to.equal(false)
})
})

Expand Down

0 comments on commit 6684914

Please sign in to comment.