Skip to content

Commit 5c34cea

Browse files
committed
Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown
1 parent d18cd7e commit 5c34cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/effects/effects_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module( "effects.core" );
2222
test( "Immediate Return Conditions", function() {
2323
var hidden = $( "div.hidden" ),
2424
count = 0;
25-
expect( 6 );
25+
expect( 3 );
2626
hidden.hide( "blind", function() {
2727
equal( ++count, 1, "Hide on hidden returned immediately" );
2828
}).show().show( "blind", function() {

0 commit comments

Comments
 (0)