From 869f5375eb424d3e9414248d15e8293f21319d36 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 25 Feb 2019 11:23:10 +1100 Subject: [PATCH] Fix SAFE test address --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index dcc9b0a..9c4b972 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1365,7 +1365,7 @@ it('Allows selection of Phore', function(done) { it('Allows selection of Safecoin', function(done) { var params = { selectText: "SAFE - Safecoin", - firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF", + firstAddress: "RtxHpnhJz6RY8k9owP3ua5QWraunmewB1G", }; testNetwork(done, params); }); -- 2.41.0