Skip to content

Commit 3f1d704

Browse files
committed
fix
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 6ada4eb commit 3f1d704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/drivers/dlogwogh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The `IdentityConfigurations` table contains the information about the identities
220220

221221
So, let us ask: How does this table get populated?
222222
There are two ways:
223-
- From the configuration file. Here is an example taken from [`here`](./core-token.md):
223+
- From the configuration file. Here is an example taken from [`here`](../core-token.md):
224224
```yaml
225225
# sections dedicated to the definition of the wallets
226226
wallets:

token/services/identity/wallet/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
func TestNewServiceFields(t *testing.T) {
2525
ip := &dmock.IdentityProvider{}
2626
d := &dmock.Deserializer{}
27-
r := map[identity.RoleType]wallet.RoleRegistry{}
27+
r := wallet.RoleRegistries{}
2828
logger := &logging.MockLogger{}
2929
s := wallet.NewService(logger, ip, d, r)
3030
require.NotNil(t, s)

0 commit comments

Comments
 (0)