Skip to content

Commit 268dc62

Browse files
committed
fix: increasing # of expected asserts from 4 to 5
1 parent 729c6d0 commit 268dc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/dialog/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ QUnit.test( "title id", function( assert ) {
7070
} );
7171

7272
QUnit.test( "ARIA", function( assert ) {
73-
assert.expect( 4 );
73+
assert.expect( 5 );
7474

7575
var element = $( "<div>" ).dialog(),
7676
wrapper = element.dialog( "widget" );

0 commit comments

Comments
 (0)