Skip to content

Commit 772d2de

Browse files
committed
Updated Unit Tests
Test now matches for pull request #442
1 parent f8f1a97 commit 772d2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
.appendTo("body")
127127
.multiselect({ selectedList: 1 });
128128

129-
equals(button().text(), 'A&E');
129+
equals(button().text(), 'A&E');
130130
el.multiselect("destroy").remove();
131131
});
132132

0 commit comments

Comments
 (0)