Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunspirit99 committed Oct 11, 2024
1 parent 6e66be1 commit 3a06294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/md/md_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func TestRender(t *testing.T) {
output := Render("")
if !strings.Contains(output, "Markdown rendering") {
if !strings.Contains(output, "Exploring markdown functions in the gno.land/p/md library") {
t.Errorf("invalid output")
}
}

0 comments on commit 3a06294

Please sign in to comment.