diff options
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 72edd28..0b07b4c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -577,6 +577,13 @@ it('Allows selection of nubits', function(done) { | |||
577 | }; | 577 | }; |
578 | testNetwork(done, params); | 578 | testNetwork(done, params); |
579 | }); | 579 | }); |
580 | it('Allows selection of bitcoin gold', function(done) { | ||
581 | var params = { | ||
582 | selectText: "BTG - Bitcoin Gold", | ||
583 | firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ", | ||
584 | }; | ||
585 | testNetwork(done, params); | ||
586 | }); | ||
580 | 587 | ||
581 | // BIP39 seed is set from phrase | 588 | // BIP39 seed is set from phrase |
582 | it('Sets the bip39 seed from the prhase', function(done) { | 589 | it('Sets the bip39 seed from the prhase', function(done) { |