aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-10-29 17:42:10 +1100
committerIan Coleman <ian@iancoleman.io>2018-10-29 17:42:10 +1100
commit65afae0b5ea92658c2f2d34d34fb65a847cbc533 (patch)
treeb3327e96b5e81716beefb86adddfcddfe722e036 /tests/spec/tests.js
parent3381604035e1e588b3d26532f7fd14edfe1b1707 (diff)
downloadBIP39-65afae0b5ea92658c2f2d34d34fb65a847cbc533.tar.gz
BIP39-65afae0b5ea92658c2f2d34d34fb65a847cbc533.tar.zst
BIP39-65afae0b5ea92658c2f2d34d34fb65a847cbc533.zip
Fix Salus test
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js3
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) {
1092it('Allows selection of Salus', function(done) { 1092it('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});
1098it('Allows selection of Smileycoin', function(done) { 1099it('Allows selection of Smileycoin', function(done) {
1099 var params = { 1100 var params = {