aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/tests.js')
-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 544f921..f0fad85 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1120,7 +1120,7 @@ it('Allows selection of stash', function(done) {
1120it('Allows selection of stash testnet', function(done) { 1120it('Allows selection of stash testnet', function(done) {
1121 var params = { 1121 var params = {
1122 selectText: "STASH - Stash Testnet", 1122 selectText: "STASH - Stash Testnet",
1123 firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT", 1123 firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR",
1124 }; 1124 };
1125 testNetwork(done, params); 1125 testNetwork(done, params);
1126}); 1126});