Skip to content

Commit 7b9ea13

Browse files
committed
fix another linting error on the test
1 parent b2f3e72 commit 7b9ea13

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
@@ -124,7 +124,7 @@ QUnit.test( "ui dialog title tagname", function( assert ) {
124124

125125
element = $( "<div>" ).dialog( { modal: true, uiDialogTitleTagName: "<h2>" } );
126126
nodeName = element.dialog( "widget" ).find( ".ui-dialog-title" ).get( 0 ).nodeName.toLowerCase();
127-
assert.equal ( nodeName, "h2", "The dialog title element is h2" );
127+
assert.equal( nodeName, "h2", "The dialog title element is h2" );
128128
} );
129129

130130
QUnit.test( "widget method", function( assert ) {

0 commit comments

Comments
 (0)