diff --git a/pool/protocol_fee_withdrawal_test.gno b/pool/protocol_fee_withdrawal_test.gno index caea01354..6cbec74e9 100644 --- a/pool/protocol_fee_withdrawal_test.gno +++ b/pool/protocol_fee_withdrawal_test.gno @@ -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) {