Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon authored and onlyhyde committed Dec 18, 2024
1 parent 06e952f commit 3c63a54
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions position/utils_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"std"
"testing"

"gno.land/p/demo/grc/grc721"
"gno.land/p/demo/uassert"
pusers "gno.land/p/demo/users"
"gno.land/r/demo/users"
Expand All @@ -12,9 +13,7 @@ import (
)

func TestA2u(t *testing.T) {
var (
addr = std.Address("g1lmvrrrr4er2us84h2732sru76c9zl2nvknha8c")
)
addr := std.Address("g1lmvrrrr4er2us84h2732sru76c9zl2nvknha8c")

tests := []struct {
name string
Expand All @@ -37,9 +36,7 @@ func TestA2u(t *testing.T) {
}

func TestDerivePkgAddr(t *testing.T) {
var (
pkgPath = "gno.land/r/gnoswap/v1/position"
)
pkgPath := "gno.land/r/gnoswap/v1/position"
tests := []struct {
name string
input string
Expand Down Expand Up @@ -374,7 +371,6 @@ func TestGetNextId(t *testing.T) {
}

func TestTokenIdFrom(t *testing.T) {

tests := []struct {
name string
input interface{}
Expand Down

0 comments on commit 3c63a54

Please sign in to comment.