Skip to content

Commit

Permalink
Wire wasmRootDir into the MachineLocator.
Browse files Browse the repository at this point in the history
  • Loading branch information
eljobe committed Jul 2, 2024
1 parent f2e43be commit 644f017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/full_challenge_impl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func RunChallengeTest(t *testing.T, asserterIsCorrect bool, useStubs bool, chall
configByValidationNode(conf, valStack)

fatalErrChan := make(chan error, 10)
locator, err := server_common.NewMachineLocator("")
locator, err := server_common.NewMachineLocator(wasmRootDir)
Require(t, err)
asserterRollupAddresses, initMessage := DeployOnTestL1(t, ctx, l1Info, l1Backend, chainConfig, locator.LatestWasmModuleRoot())

Expand Down

0 comments on commit 644f017

Please sign in to comment.