Skip to content

Commit

Permalink
fix(op-node): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
redhdx committed Mar 26, 2024
1 parent 31a98fa commit 51b3af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-node/rollup/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ func TestRandomConfigDescription(t *testing.T) {
})
t.Run("named L1", func(t *testing.T) {
config := randConfig()
config.L1ChainID = big.NewInt(5)
config.L1ChainID = big.NewInt(97)
out := config.Description(map[string]string{config.L2ChainID.String(): "foobar chain"})
require.Contains(t, out, "goerli")
require.Contains(t, out, "bscTestnet")
})
t.Run("unnamed", func(t *testing.T) {
config := randConfig()
Expand Down

0 comments on commit 51b3af0

Please sign in to comment.