Skip to content

Commit 5db2f6b

Browse files
committed
accordion: reverted previous change to test
1 parent 06702d8 commit 5db2f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/accordion/accordion_methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test("activate, string expression", function() {
130130
ac.accordion("activate", ":eq(1)");
131131
state(ac, 0, 1, 0);
132132
ac.accordion("activate", ":last");
133-
state(ac, 0, 1, 1);
133+
state(ac, 0, 0, 1);
134134
});
135135
//[ 0, 1, 1 ] result: [ 0, 0, 1 ]
136136
//[ 0, 1, 1] result: [ 0, 0, 1]

0 commit comments

Comments
 (0)