Skip to content

Commit 8a71d0f

Browse files
committed
Autocomplete: Fix assertion message in appendTo option test
1 parent 122b913 commit 8a71d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/autocomplete/autocomplete_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test( "appendTo: ui-front", function() {
6666
appendTo: $()
6767
});
6868
equal( element.autocomplete( "widget" ).parent()[ 0 ],
69-
$( "#autocomplete-wrap2" )[ 0 ], "null, inside .ui-front" );
69+
$( "#autocomplete-wrap2" )[ 0 ], "empty jQuery object, inside .ui-front" );
7070
});
7171

7272
function autoFocusTest( afValue, focusedLength ) {

0 commit comments

Comments
 (0)