Skip to content

Commit 2e214f9

Browse files
committed
Accordion test: Fixed an icon test.
1 parent 25f420e commit 2e214f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/accordion/accordion_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ test( "{ icons: false }", function() {
193193
icons: false
194194
});
195195
icons( false );
196-
list.accordion( "option", "icons", $.ui.accordion.prototype.options.icons );
196+
list.accordion( "option", "icons", { header: "foo", activeHeader: "bar" } );
197197
icons( true );
198198
list.accordion( "option", "icons", false );
199199
icons( false );

0 commit comments

Comments
 (0)