From e2186682ac0cfa1f301c226408cdfb438f7b4d6e Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 4 Jul 2019 12:01:59 +1000 Subject: Remove Monkey network, test was failing. See https://github.com/iancoleman/bip39/pull/335#issuecomment-500638649 --- tests/spec/tests.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests') 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) { }; testNetwork(done, params); }); -it('Allows selection of Monkey Project', function(done) { - var params = { - selectText: "MONK - Monkey Project", - firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu", - }; - testNetwork(done, params); -}); it('Allows selection of Stellar', function(done) { var params = { selectText: "XLM - Stellar", -- cgit v1.2.3