Skip to content

Commit

Permalink
other tests to green
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Nov 29, 2023
1 parent b1de572 commit d971da8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vdr/didnuts/ambassador_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ func (m *mockKeyCreator) New(_ context.Context, fn crypto.KIDNamingFunc) (crypto
return m.key, nil
}

func (m *mockKeyCreator) Alias(ctx context.Context, kid string, alias string) error {
//TODO implement me
panic("implement me")
}

type testTransaction struct {
clock uint32
signingKey jwk.Key
Expand Down

0 comments on commit d971da8

Please sign in to comment.