Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
MalekLahbib committed Sep 20, 2024
1 parent 07c51b1 commit 5c6f1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/gnofundme/gnofundme_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions examples/gno.land/r/demo/gnofundme/z_1_filetest.gno
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SEND: 1234567890ugnot
// SEND: 10000000ugnot
package main

import "std"
Expand Down Expand Up @@ -63,4 +63,4 @@ func main() {
}

// Output:
// 1434567890ugnot
// 210000000ugnot

0 comments on commit 5c6f1dc

Please sign in to comment.