From 97c6ef4ff05faf30a16f995d2b364f1484f97efa Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Fri, 4 Aug 2023 10:20:03 -0400 Subject: [PATCH] fix test import --- pkg/whois/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/whois/client_test.go b/pkg/whois/client_test.go index e571698..945964a 100644 --- a/pkg/whois/client_test.go +++ b/pkg/whois/client_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - "github.com/thatmattlove/addr/addr/whois" + "github.com/thatmattlove/addr/pkg/whois" ) func Test_WhoisClient(t *testing.T) {