Skip to content

Commit

Permalink
tests: fix bad mnemonic vector
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Oct 5, 2016
1 parent 01df8f0 commit 8eab54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test('README example 2', function (t) {
var mnemonic = proxiedbip39.generateMnemonic()

t.plan(2)
t.equal(mnemonic, 'bench maximum balance appear cousin negative muscle inform enjoy chief vocal hello')
t.equal(mnemonic, 'imitate robot frame trophy nuclear regret saddle around inflict case oil spice')
t.equal(bip39.validateMnemonic(mnemonic), true)
})

Expand Down

0 comments on commit 8eab54a

Please sign in to comment.