Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Oct 25, 2023
1 parent b0c0db9 commit 9067c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/estimation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func TestDifficultyForArbOSTen(t *testing.T) {

chainConfig := params.ArbitrumDevTestChainConfig()
chainConfig.ArbitrumChainParams.InitialArbOSVersion = 10
l2info, node, client := CreateTestL2WithConfig(t, ctx, nil, arbnode.ConfigDefaultL2Test(), true, chainConfig)
l2info, node, client := CreateTestL2WithConfig(t, ctx, nil, arbnode.ConfigDefaultL2Test(), nil, true, chainConfig)
defer node.StopAndWait()

auth := l2info.GetDefaultTransactOpts("Owner", ctx)
Expand Down

0 comments on commit 9067c64

Please sign in to comment.