Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul committed Nov 16, 2024
1 parent b22cd05 commit e4249a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/grc20reg/grc20reg_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func TestRegistry(t *testing.T) {
`
got := Render("")
urequire.Equal(t, expected, got)

// 404
invalidToken := Get("0xdeadbeef")
urequire.True(t, invalidToken == nil)
Expand Down

0 comments on commit e4249a1

Please sign in to comment.