Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown

This commit is contained in:
Corey Frang
2011-06-23 07:24:48 -05:00
parent d18cd7ed0f
commit 5c34cea06f

View File

@@ -22,7 +22,7 @@ module( "effects.core" );
test( "Immediate Return Conditions", function() {
var hidden = $( "div.hidden" ),
count = 0;
expect( 6 );
expect( 3 );
hidden.hide( "blind", function() {
equal( ++count, 1, "Hide on hidden returned immediately" );
}).show().show( "blind", function() {