Skip to content

Commit

Permalink
unit tests fix
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
  • Loading branch information
adecaro committed Jun 18, 2021
1 parent 2220f70 commit 33899c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions token/core/zkatdlog/crypto/audit/auditor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ import (
idemix2 "github.com/hyperledger-labs/fabric-smart-client/platform/fabric/core/generic/msp/idemix"
view2 "github.com/hyperledger-labs/fabric-smart-client/platform/view"
sig2 "github.com/hyperledger-labs/fabric-smart-client/platform/view/core/sig"
_ "github.com/hyperledger-labs/fabric-smart-client/platform/view/services/db/driver/memory"
"github.com/hyperledger-labs/fabric-smart-client/platform/view/services/kvs"
registry2 "github.com/hyperledger-labs/fabric-smart-client/platform/view/services/registry"
"github.com/hyperledger-labs/fabric-smart-client/platform/view/view"

"github.com/hyperledger-labs/fabric-token-sdk/token/core/math/gurvy/bn256"
"github.com/hyperledger-labs/fabric-token-sdk/token/core/zkatdlog/crypto"
"github.com/hyperledger-labs/fabric-token-sdk/token/core/zkatdlog/crypto/audit"
Expand Down
2 changes: 2 additions & 0 deletions token/core/zkatdlog/crypto/validator/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ import (
view2 "github.com/hyperledger-labs/fabric-smart-client/platform/view"
"github.com/hyperledger-labs/fabric-smart-client/platform/view/core/sig"
api2 "github.com/hyperledger-labs/fabric-smart-client/platform/view/driver"
_ "github.com/hyperledger-labs/fabric-smart-client/platform/view/services/db/driver/memory"
"github.com/hyperledger-labs/fabric-smart-client/platform/view/services/kvs"
registry2 "github.com/hyperledger-labs/fabric-smart-client/platform/view/services/registry"
"github.com/hyperledger-labs/fabric-smart-client/platform/view/view"

"github.com/hyperledger-labs/fabric-token-sdk/token/core/math/gurvy/bn256"
"github.com/hyperledger-labs/fabric-token-sdk/token/core/zkatdlog/crypto"
"github.com/hyperledger-labs/fabric-token-sdk/token/core/zkatdlog/crypto/audit"
Expand Down

0 comments on commit 33899c3

Please sign in to comment.