Skip to content

Commit

Permalink
Run all tests, not just the last one
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoleman committed Feb 12, 2021
1 parent a362ff2 commit c560e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -5123,7 +5123,7 @@ it('Generates ethereum addresses from a public key', function(done) {
});

// https://github.com/iancoleman/bip39/issues/469
fit('Generates ethereum private keys with the correct padding', function(done) {
it('Generates ethereum private keys with the correct padding', function(done) {
var phrase = "flip vicious divorce angle toward say derive blue refuse load word creek once expire bounce";
let withoutPadding = "0x53121fc5d193e623d2dbf43b2a96640bbed16bd530947fff8dda12f1aec828";
let withPadding = "0x0053121fc5d193e623d2dbf43b2a96640bbed16bd530947fff8dda12f1aec828";
Expand Down

0 comments on commit c560e01

Please sign in to comment.