Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shuplenkov committed Mar 27, 2020
1 parent b21c98e commit 75e3b17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function applyIdentityStateTransitionFactory(

return new Identity({
id: stateTransition.getIdentityId(),
publicKey: stateTransition.getPublicKeys().map((key) => key.toJSON()),
publicKeys: stateTransition.getPublicKeys().map((key) => key.toJSON()),
balance,
});
}
Expand Down

0 comments on commit 75e3b17

Please sign in to comment.