From 8cb68dff2bb68d49784a0ac76716aaf434367fbb Mon Sep 17 00:00:00 2001 From: vitiko Date: Thu, 31 Mar 2022 11:27:22 +0300 Subject: [PATCH] fix --- identity/msp_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/identity/msp_test.go b/identity/msp_test.go index 4d8b95f1..683c09d1 100644 --- a/identity/msp_test.go +++ b/identity/msp_test.go @@ -6,10 +6,9 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" + "github.com/s7techlab/hlf-sdk-go/identity" "github.com/s7techlab/hlf-sdk-go/identity/testdata/Org1MSPAdmin" "github.com/s7techlab/hlf-sdk-go/identity/testdata/Org1MSPPeer" - - "github.com/s7techlab/hlf-sdk-go/identity" ) func TestIdentity(t *testing.T) {