mirror of https://github.com/status-im/bip39.git
tests: fix bad mnemonic vector
This commit is contained in:
parent
01df8f030e
commit
8eab54a87e
|
@ -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)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue