Skip to content

Commit

Permalink
fix: In TestGnoDoc, fix expected output for "doc", "avl". See the PR.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Thompson <[email protected]>
  • Loading branch information
jefft0 committed Oct 26, 2023
1 parent eb42157 commit 5c61757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/doc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func TestGnoDoc(t *testing.T) {
},
{
args: []string{"doc", "avl"},
stdoutShouldContain: "func NewNode",
stdoutShouldContain: "func NewTree",
},
{
args: []string{"doc", "-u", "avl.Node"},
Expand Down

0 comments on commit 5c61757

Please sign in to comment.