From 8a71d0f129af18bd548f92d5fc84af42e73977a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Fri, 21 Feb 2014 13:35:04 +0100 Subject: [PATCH] Autocomplete: Fix assertion message in appendTo option test --- tests/unit/autocomplete/autocomplete_options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/autocomplete/autocomplete_options.js b/tests/unit/autocomplete/autocomplete_options.js index c2cb2149d..2a65b1100 100644 --- a/tests/unit/autocomplete/autocomplete_options.js +++ b/tests/unit/autocomplete/autocomplete_options.js @@ -66,7 +66,7 @@ test( "appendTo: ui-front", function() { appendTo: $() }); equal( element.autocomplete( "widget" ).parent()[ 0 ], - $( "#autocomplete-wrap2" )[ 0 ], "null, inside .ui-front" ); + $( "#autocomplete-wrap2" )[ 0 ], "empty jQuery object, inside .ui-front" ); }); function autoFocusTest( afValue, focusedLength ) { -- 2.39.5