Tests: fix number of expected assertions in basic core

This commit is contained in:
Timmy Willison 2018-01-16 10:51:03 -05:00
parent 1ea092a54b
commit 14e5143b83
No known key found for this signature in database
GPG Key ID: 5F0C8B73EF56CE6F

View File

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