Skip to content

Commit

Permalink
revert: test.gno
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Dec 10, 2024
1 parent 2f19149 commit 61ba3fb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pool/protocol_fee_withdrawal_test.gno
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
package pool

import (
"std"
"strconv"
"strings"
"testing"

"gno.land/p/demo/testutils"
"gno.land/p/demo/uassert"
pusers "gno.land/p/demo/users"
"gno.land/r/demo/users"
"gno.land/r/gnoswap/v1/consts"
pn "gno.land/r/gnoswap/v1/position"

_ "gno.land/p/demo/grc/grc20"
"std"
"strconv"
"strings"
"testing"
)

func TestHandleWithdrawalFee(t *testing.T) {
Expand Down

0 comments on commit 61ba3fb

Please sign in to comment.