aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-09-21 08:45:51 +1000
committerIan Coleman <ian@iancoleman.io>2018-09-21 08:45:51 +1000
commitc4086c24131729e3801c4d81a56d6b0863d7ce3b (patch)
tree0d066859252dbc489c2a53e626e0fe5a5a74e87a /tests/spec/tests.js
parent2866e9d4d421da79904174fdc9ee718950d3abd3 (diff)
downloadBIP39-c4086c24131729e3801c4d81a56d6b0863d7ce3b.tar.gz
BIP39-c4086c24131729e3801c4d81a56d6b0863d7ce3b.tar.zst
BIP39-c4086c24131729e3801c4d81a56d6b0863d7ce3b.zip
Fix missing closing brackets in tests
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js1
1 files changed, 1 insertions, 0 deletions
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) {
1094 selectText: "SLS - Salus", 1094 selectText: "SLS - Salus",
1095 firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", 1095 firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB",
1096 }; 1096 };
1097});
1097it('Allows selection of Smileycoin', function(done) { 1098it('Allows selection of Smileycoin', function(done) {
1098 var params = { 1099 var params = {
1099 selectText: "SMLY - Smileycoin", 1100 selectText: "SMLY - Smileycoin",