Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jan 31, 2024
1 parent 35f061e commit 59d16b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/state_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// For license information, see https://github.com/offchainlabs/bold/blob/main/LICENSE

// race detection makes things slow and miss timeouts
//go:build challengetest && !race

package arbtest

Expand Down Expand Up @@ -286,6 +285,7 @@ func setupBoldStateProvider(t *testing.T, ctx context.Context) (*arbnode.Node, *
l2node.Execution,
l2node.ArbDB,
nil,
nil,
StaticFetcherFrom(t, &blockValidatorConfig),
valStack,
)
Expand Down

0 comments on commit 59d16b6

Please sign in to comment.