Skip to content

Commit

Permalink
Move this test to the right location.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Sep 26, 2024
1 parent 491ad4a commit df8c7ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit df8c7ae

Please sign in to comment.