aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2019-07-04 12:01:59 +1000
committerIan Coleman <ian@iancoleman.io>2019-07-04 12:01:59 +1000
commite2186682ac0cfa1f301c226408cdfb438f7b4d6e (patch)
tree716a80915f1e8deff81d642fcdc3b1b1ed277626 /tests
parent152f0ce966ab9f18fa34e45384a42e3f921e850f (diff)
downloadBIP39-e2186682ac0cfa1f301c226408cdfb438f7b4d6e.tar.gz
BIP39-e2186682ac0cfa1f301c226408cdfb438f7b4d6e.tar.zst
BIP39-e2186682ac0cfa1f301c226408cdfb438f7b4d6e.zip
Remove Monkey network, test was failing.
See https://github.com/iancoleman/bip39/pull/335#issuecomment-500638649
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 528f562..f69bca6 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1522,13 +1522,6 @@ it('Allows selection of Ethersocial Network', function(done) {
1522 }; 1522 };
1523 testNetwork(done, params); 1523 testNetwork(done, params);
1524}); 1524});
1525it('Allows selection of Monkey Project', function(done) {
1526 var params = {
1527 selectText: "MONK - Monkey Project",
1528 firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu",
1529 };
1530 testNetwork(done, params);
1531});
1532it('Allows selection of Stellar', function(done) { 1525it('Allows selection of Stellar', function(done) {
1533 var params = { 1526 var params = {
1534 selectText: "XLM - Stellar", 1527 selectText: "XLM - Stellar",