Skip to content

Commit 8d40e27

Browse files
author
Gabriel Schulhof
committed
[select unit tests] Typo
1 parent 48b074d commit 8d40e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/select/select_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
deepEqual( $select.parent().find( ".ui-btn-text > span" ).attr( "class" ), selectedOptionClasses );
400400
});
401401

402-
test( "multple select text values are aggregated in the button text", function() {
402+
test( "multiple select text values are aggregated in the button text", function() {
403403
var $select = $( "#select-aggregate-option-text" );
404404

405405
deepEqual( "Standard: 7 day, Rush: 3 days", $select.parent().find( ".ui-btn-text" ).text() );

0 commit comments

Comments
 (0)