diff --git a/gnovm/cmd/gno/run_test.go b/gnovm/cmd/gno/run_test.go index 7e361db056c..131e184b11e 100644 --- a/gnovm/cmd/gno/run_test.go +++ b/gnovm/cmd/gno/run_test.go @@ -80,7 +80,7 @@ func TestRunApp(t *testing.T) { recoverShouldContain: "cannot use bool as main.C without explicit conversion", }, { - args: []string{"run", "-expr", "Context()", "./run_tests/context.gno"}, + args: []string{"run", "-expr", "Context()", "../../tests/integ/context/context.gno"}, stdoutShouldContain: "Context worked", }, // TODO: a test file diff --git a/gnovm/cmd/gno/run_tests/context.gno b/gnovm/tests/integ/context/context.gno similarity index 100% rename from gnovm/cmd/gno/run_tests/context.gno rename to gnovm/tests/integ/context/context.gno