Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
♻️ Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Jun 13, 2018
1 parent 903e177 commit 2711d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/commands/show_account.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('show account command', () => {
then.itShouldGetTheInputsFromSourcesUsingThePassphraseSourceWithARepeatingPrompt,
);
Then(
'it should resolve to an object withthe private key, the public key and the address',
'it should resolve to an object with the private key, the public key and the address',
then.itShouldResolveToAnObjectWithThePrivateKeyThePublicKeyAndTheAddress,
);
},
Expand Down Expand Up @@ -113,7 +113,7 @@ describe('show account command', () => {
then.itShouldGetTheInputsFromSourcesUsingThePassphraseSourceWithARepeatingPrompt,
);
Then(
'it should resolve to an object withthe private key, the public key and the address',
'it should resolve to an object with the private key, the public key and the address',
then.itShouldResolveToAnObjectWithThePrivateKeyThePublicKeyAndTheAddress,
);
},
Expand Down

0 comments on commit 2711d07

Please sign in to comment.