Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hthieu1110 committed Jan 25, 2025
1 parent 16ba3fb commit 3379e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/demo/ownable/ownable_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestNewWithAddress(t *testing.T) {
}

func TestTransferOwnership(t *testing.T) {
t.TestSetRealm(std.NewUserRealm(alice))
t.SetPreviousRealm(std.NewUserRealm(alice))

o := New()

Expand Down

0 comments on commit 3379e89

Please sign in to comment.