diff --git a/examples/gno.land/r/demo/gnofundme/gnofundme_test.gno b/examples/gno.land/r/demo/gnofundme/gnofundme_test.gno index 88280a5c267..72ca21ccbf7 100644 --- a/examples/gno.land/r/demo/gnofundme/gnofundme_test.gno +++ b/examples/gno.land/r/demo/gnofundme/gnofundme_test.gno @@ -5,9 +5,7 @@ import ( "testing" "time" - "gno.land/p/demo/avl" "gno.land/p/demo/testutils" - "gno.land/r/demo/gnofundme" ) func TestWithdraw(t *testing.T) { diff --git a/examples/gno.land/r/demo/gnofundme/z_1_filetest.gno b/examples/gno.land/r/demo/gnofundme/z_1_filetest.gno index cdcd0b363c2..b42b29a2305 100644 --- a/examples/gno.land/r/demo/gnofundme/z_1_filetest.gno +++ b/examples/gno.land/r/demo/gnofundme/z_1_filetest.gno @@ -1,4 +1,4 @@ -// SEND: 1234567890ugnot +// SEND: 10000000ugnot package main import "std" @@ -63,4 +63,4 @@ func main() { } // Output: -// 1434567890ugnot +// 210000000ugnot