Skip to content

Commit cf2b0ca

Browse files
committed
Accordion unit tests: Cleanup
1 parent cae15a4 commit cf2b0ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/accordion/accordion_methods.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ test("activate, string expression", function() {
103103
ac.accordion("activate", ":last");
104104
state(ac, 0, 0, 1);
105105
});
106-
//[ 0, 1, 1 ] result: [ 0, 0, 1 ]
107-
//[ 0, 1, 1] result: [ 0, 0, 1]
106+
108107
test("activate, jQuery or DOM element", function() {
109108
var ac = $('#list1').accordion({ active: $("#list1 a:last") });
110109
state(ac, 0, 0, 1);

0 commit comments

Comments
 (0)