Skip to content

Commit

Permalink
fix the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunspirit99 committed Oct 8, 2024
1 parent 3be4662 commit c472d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/demo/md/md_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func Test_H3(t *testing.T) {
}

func Test_H4(t *testing.T) {
uassert.Equal(t, H1("Header 4"), "#### Header 4")
uassert.Equal(t, H4("Header 4"), "#### Header 4")
}

func Test_H5(t *testing.T) {
Expand Down

0 comments on commit c472d9b

Please sign in to comment.