diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-10-29 17:42:10 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-10-29 17:42:10 +1100 |
commit | 65afae0b5ea92658c2f2d34d34fb65a847cbc533 (patch) | |
tree | b3327e96b5e81716beefb86adddfcddfe722e036 | |
parent | 3381604035e1e588b3d26532f7fd14edfe1b1707 (diff) | |
download | BIP39-65afae0b5ea92658c2f2d34d34fb65a847cbc533.tar.gz BIP39-65afae0b5ea92658c2f2d34d34fb65a847cbc533.tar.zst BIP39-65afae0b5ea92658c2f2d34d34fb65a847cbc533.zip |
Fix Salus test
-rw-r--r-- | tests/spec/tests.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 7b0b3b2..544f921 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1092,8 +1092,9 @@ it('Allows selection of Rubycoin', function(done) { | |||
1092 | it('Allows selection of Salus', function(done) { | 1092 | it('Allows selection of Salus', function(done) { |
1093 | var params = { | 1093 | var params = { |
1094 | selectText: "SLS - Salus", | 1094 | selectText: "SLS - Salus", |
1095 | firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", | 1095 | firstAddress: "SNzPi1CafHFm3WWjRo43aMgiaEEj3ogjww", |
1096 | }; | 1096 | }; |
1097 | testNetwork(done, params); | ||
1097 | }); | 1098 | }); |
1098 | it('Allows selection of Smileycoin', function(done) { | 1099 | it('Allows selection of Smileycoin', function(done) { |
1099 | var params = { | 1100 | var params = { |