Skip to content

Commit 3da0e24

Browse files
authored
Update tests/unit/dialog/core.js
1 parent e42ab78 commit 3da0e24

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
@@ -85,7 +85,7 @@ QUnit.test( "ARIA", function( assert ) {
8585
} );
8686

8787
QUnit.test( "aria-modal", function( assert ) {
88-
assert.expect( 12 );
88+
assert.expect( 9 );
8989

9090
var element = $( "<div>" ).dialog( { modal: true } ),
9191
wrapper = element.dialog( "widget" );

0 commit comments

Comments
 (0)