Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Dec 5, 2024
1 parent 1f436a6 commit dc36a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/overflow_assertions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestOverflowAssertions(t *testing.T) {
valCfg.UseJit = false
boldWrapperOpt := server_arb.WithWrapper(
func(inner server_arb.MachineInterface) server_arb.MachineInterface {
return machineWrapper(inner)
return server_arb.BoldMachineWrapper(inner)
})
_, valStack := createTestValidationNode(t, ctx, &valCfg, boldWrapperOpt)
blockValidatorConfig := staker.TestBlockValidatorConfig
Expand Down

0 comments on commit dc36a3f

Please sign in to comment.