From 65afae0b5ea92658c2f2d34d34fb65a847cbc533 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 29 Oct 2018 17:42:10 +1100 Subject: [PATCH] Fix Salus test --- tests/spec/tests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 7b0b3b2..544f921 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1092,8 +1092,9 @@ it('Allows selection of Rubycoin', function(done) { it('Allows selection of Salus', function(done) { var params = { selectText: "SLS - Salus", - firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", + firstAddress: "SNzPi1CafHFm3WWjRo43aMgiaEEj3ogjww", }; + testNetwork(done, params); }); it('Allows selection of Smileycoin', function(done) { var params = { -- 2.41.0