Skip to content

Commit 14e5143

Browse files
committed
Tests: fix number of expected assertions in basic core
1 parent 1ea092a commit 14e5143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ QUnit.test( "show/hide", function( assert ) {
7676
}
7777

7878
QUnit.test( "core", function( assert ) {
79-
assert.expect( 17 );
79+
assert.expect( 18 );
8080

8181
var elem = jQuery( "<div></div><span></span>" );
8282

0 commit comments

Comments
 (0)