diff options
author | Andy Davis <github@andy-davis.co.uk> | 2018-07-16 15:08:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 15:08:54 +0100 |
commit | c990aff8195e64e4661a03e3856b8554a7204139 (patch) | |
tree | c5ea4f8e46d3a0f0c290dd93a5972ccbc0937b25 /tests | |
parent | 4b1be40deaf7c5574a610aa9d2f2e841370a26ef (diff) | |
download | BIP39-c990aff8195e64e4661a03e3856b8554a7204139.tar.gz BIP39-c990aff8195e64e4661a03e3856b8554a7204139.tar.zst BIP39-c990aff8195e64e4661a03e3856b8554a7204139.zip |
Stratis Testnet text
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index e09f2cb..c97c973 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1098,7 +1098,7 @@ it('Allows selection of Stratis', function(done) { | |||
1098 | }); | 1098 | }); |
1099 | it('Allows selection of Stratis Test', function(done) { | 1099 | it('Allows selection of Stratis Test', function(done) { |
1100 | var params = { | 1100 | var params = { |
1101 | selectText: "TSTRAT - Stratis Test", | 1101 | selectText: "TSTRAT - Stratis Testnet", |
1102 | firstAddress: "TRLWm3dye4FRrDWouwYUSUZP96xb76mBE3", | 1102 | firstAddress: "TRLWm3dye4FRrDWouwYUSUZP96xb76mBE3", |
1103 | }; | 1103 | }; |
1104 | testNetwork(done, params); | 1104 | testNetwork(done, params); |