Skip to content

Commit

Permalink
Fix missing closing brackets in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoleman committed Sep 20, 2018
1 parent 2866e9d commit c4086c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/spec/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c4086c2

Please sign in to comment.