Remove Monkey network, test was failing.

See https://github.com/iancoleman/bip39/pull/335#issuecomment-500638649
This commit is contained in:
Ian Coleman
2019-07-04 12:01:59 +10:00
parent 152f0ce966
commit e2186682ac
3 changed files with 0 additions and 25 deletions

View File

@@ -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",