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 8975f59 commit e4b36e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/demo/grc/grc20/tellers_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestCallerTeller(t *testing.T) {
checkBalances(1000, 0, 0)
checkAllowances(600, 0, 0, 0, 0, 0)

t.SetPreviousRealm(std.NewUserRealm((alice)))
t.SetPreviousRealm(std.NewUserRealm((bob)))
urequire.Error(t, teller.TransferFrom(alice, carl, 700))
checkBalances(1000, 0, 0)
checkAllowances(600, 0, 0, 0, 0, 0)
Expand Down

0 comments on commit e4b36e9

Please sign in to comment.