diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-09-21 08:45:51 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-09-21 08:45:51 +1000 |
commit | c4086c24131729e3801c4d81a56d6b0863d7ce3b (patch) | |
tree | 0d066859252dbc489c2a53e626e0fe5a5a74e87a /tests | |
parent | 2866e9d4d421da79904174fdc9ee718950d3abd3 (diff) | |
download | BIP39-c4086c24131729e3801c4d81a56d6b0863d7ce3b.tar.gz BIP39-c4086c24131729e3801c4d81a56d6b0863d7ce3b.tar.zst BIP39-c4086c24131729e3801c4d81a56d6b0863d7ce3b.zip |
Fix missing closing brackets in tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 1 |
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 | }); | ||
1097 | it('Allows selection of Smileycoin', function(done) { | 1098 | it('Allows selection of Smileycoin', function(done) { |
1098 | var params = { | 1099 | var params = { |
1099 | selectText: "SMLY - Smileycoin", | 1100 | selectText: "SMLY - Smileycoin", |