From c4086c24131729e3801c4d81a56d6b0863d7ce3b Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Fri, 21 Sep 2018 08:45:51 +1000 Subject: [PATCH] Fix missing closing brackets in tests --- tests/spec/tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c875aeb..acd8815 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1094,6 +1094,7 @@ it('Allows selection of Salus', function(done) { selectText: "SLS - Salus", firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", }; +}); it('Allows selection of Smileycoin', function(done) { var params = { selectText: "SMLY - Smileycoin", -- 2.41.0