diff options
Diffstat (limited to 'tests/unit/core/core.js')
-rw-r--r-- | tests/unit/core/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js index 9d00d61b6..770ea4138 100644 --- a/tests/unit/core/core.js +++ b/tests/unit/core/core.js @@ -180,7 +180,7 @@ QUnit.test( "Labels", function( assert ) { QUnit.test( name + this.id.replace( /_/g, " " ), function( assert ) { var ready = assert.async(); assert.expect( 1 ); - var form = input.form(); + var form = input._form(); // If input has a form the value should reset to "" if not it should be "changed" var value = form.length ? "" : "changed"; |