aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/spec/tests.js2
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});
1099it('Allows selection of Stratis Test', function(done) { 1099it('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);