From d6cf2f08409224e72a2a201426661119caa202c9 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 30 Oct 2023 17:13:49 -0400 Subject: [PATCH] fix: zktest import --- internal/zk/zkset_test.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/internal/zk/zkset_test.go b/internal/zk/zkset_test.go index c6b85676e..83d9043fb 100644 --- a/internal/zk/zkset_test.go +++ b/internal/zk/zkset_test.go @@ -4,12 +4,11 @@ import ( "testing" secp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" - "github.com/sonr-io/core/pkg/zk" - - "github.com/stretchr/testify/require" - "github.com/sonr-io/kryptology/pkg/core/curves" "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" + + "github.com/sonr-io/core/internal/zk" ) func TestZkSet(t *testing.T) {