Skip to content

Commit 51f6ea9

Browse files
Jun NemotoNao Nishijima
Jun Nemoto
authored and
Nao Nishijima
committed
[FAB-4897] Fix incorrect package in configtxlator
UT reports 0% coverage because the test codes use incorrect package in common/tools/configtxlator/metadata. This CR fixes it. Change-Id: Ica7e3b9d4c659a5dc3bf6ec5ab53b0f59fb5358f Signed-off-by: Jun Nemoto <[email protected]> Signed-off-by: Nao Nishijima <[email protected]>
1 parent e28344b commit 51f6ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/tools/configtxlator/metadata/metadata_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"runtime"
1212
"testing"
1313

14-
"github.com/hyperledger/fabric/common/tools/cryptogen/metadata"
14+
"github.com/hyperledger/fabric/common/tools/configtxlator/metadata"
1515
"github.com/stretchr/testify/assert"
1616
)
1717

0 commit comments

Comments
 (0)