Skip to content

Commit

Permalink
op-chain-ops: add CrossL2Inbox to layer_two_test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Mar 22, 2024
1 parent 73edb82 commit f49b346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-chain-ops/genesis/layer_two_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestBuildL2MainnetGenesis(t *testing.T) {
config.EnableGovernance = true
config.FundDevAccounts = false
gen := testBuildL2Genesis(t, config)
require.Equal(t, 2333, len(gen.Alloc))
require.Equal(t, 2334, len(gen.Alloc))
}

func TestBuildL2MainnetNoGovernanceGenesis(t *testing.T) {
Expand All @@ -99,5 +99,5 @@ func TestBuildL2MainnetNoGovernanceGenesis(t *testing.T) {
config.EnableGovernance = false
config.FundDevAccounts = false
gen := testBuildL2Genesis(t, config)
require.Equal(t, 2333, len(gen.Alloc))
require.Equal(t, 2334, len(gen.Alloc))
}

0 comments on commit f49b346

Please sign in to comment.