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) { it('Allows selection of stash testnet', function(done) { var params = { selectText: "STASH - Stash Testnet", - firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT", + firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR", }; testNetwork(done, params); });