From 8b2a093c8b97e2646bcf170661c7d5378f6fba97 Mon Sep 17 00:00:00 2001 From: Pawel Cioch Date: Wed, 10 Oct 2018 17:53:06 -0500 Subject: Added BITG - Bitcoin Green --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/spec') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index acd8815..7252cda 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1319,6 +1319,13 @@ it('Allows selection of Artax', function(done) { }; testNetwork(done, params); }); +it('Allows selection of BitcoinGreen', function(done) { + var params = { + selectText: "BITG - Bitcoin Green", + firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase -- cgit v1.2.3