diff options
-rw-r--r-- | tests/spec/tests.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0cdd69d..1e1f12e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1214,9 +1214,9 @@ it('Allows selection of FIO', function(done) { | |||
1214 | }; | 1214 | }; |
1215 | testNetwork(done, params); | 1215 | testNetwork(done, params); |
1216 | }); | 1216 | }); |
1217 | it('Allows selection of Firo (ex-Zcoin)', function(done) { | 1217 | it('Allows selection of Firo', function(done) { |
1218 | var params = { | 1218 | var params = { |
1219 | selectText: "FIRO - Firo (ex-Zcoin)", | 1219 | selectText: "FIRO - Firo", |
1220 | phrase: "abandon abandon ability", | 1220 | phrase: "abandon abandon ability", |
1221 | firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq", | 1221 | firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq", |
1222 | firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db", | 1222 | firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db", |