Skip to content

Commit

Permalink
fix: zktest import
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 30, 2023
1 parent a53564d commit d6cf2f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions internal/zk/zkset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d6cf2f0

Please sign in to comment.