Skip to content

Commit fcc6ed6

Browse files
committed
wallets unit-test
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 74e3763 commit fcc6ed6

File tree

14 files changed

+3324
-73
lines changed

14 files changed

+3324
-73
lines changed

integration/ports.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ var (
6060

6161
AllTestTypes = []*InfrastructureType{
6262
WebSocketNoReplication,
63-
LibP2PNoReplication,
64-
WebSocketWithReplication,
63+
// LibP2PNoReplication,
64+
// WebSocketWithReplication,
6565
}
6666
)
6767

token/driver/identity.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import (
1515
// Identity represents a generic identity
1616
type Identity = view.Identity
1717

18-
//go:generate counterfeiter -o mock/ip.go -fake-name IdentityProvider . IdentityProvider
19-
2018
// IdentityProvider manages identity-related concepts like signature signers, verifiers, audit information, and so on.
19+
//
20+
//go:generate counterfeiter -o mock/ip.go -fake-name IdentityProvider . IdentityProvider
2121
type IdentityProvider interface {
2222
// RegisterRecipientData stores the passed recipient data
2323
RegisterRecipientData(ctx context.Context, data *RecipientData) error

token/driver/mock/uti.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/driver/vault.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const (
3232
)
3333

3434
//go:generate counterfeiter -o mock/uti.go -fake-name UnspentTokensIterator . UnspentTokensIterator
35-
3635
type UnspentTokensIterator = iterators.Iterator[*token.UnspentToken]
3736

3837
type SpendableTokensIterator = iterators.Iterator[*token.UnspentTokenInWallet]

0 commit comments

Comments
 (0)