Skip to content

Commit

Permalink
test(cmd/gno): fix TestBugApp (gnolang#2572)
Browse files Browse the repository at this point in the history
<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
  • Loading branch information
thehowl authored Jul 10, 2024
1 parent 386f8bd commit 0a662c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/bug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestBugApp(t *testing.T) {
},
{
args: []string{"bug", "-skip-browser"},
stdoutShouldContain: "go version go1.",
stdoutShouldContain: "Go version: go1.",
},
}
testMainCaseRun(t, tc)
Expand Down

0 comments on commit 0a662c4

Please sign in to comment.