]> source.dussan.org Git - jquery.git/commitdiff
Tests: fix number of expected assertions in basic core
authorTimmy Willison <4timmywil@gmail.com>
Tue, 16 Jan 2018 15:51:03 +0000 (10:51 -0500)
committerTimmy Willison <4timmywil@gmail.com>
Tue, 16 Jan 2018 15:51:03 +0000 (10:51 -0500)
test/unit/basic.js

index d01ee53468f2a4fce0b913f147851c70a1a94039..811d337a467aab5e36a11e663d7737a0cd27635f 100644 (file)
@@ -76,7 +76,7 @@ QUnit.test( "show/hide", function( assert ) {
 }
 
 QUnit.test( "core", function( assert ) {
-       assert.expect( 17 );
+       assert.expect( 18 );
 
        var elem = jQuery( "<div></div><span></span>" );