aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/position/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/position/core.js b/tests/unit/position/core.js
index dac56f5b9..9483e716d 100644
--- a/tests/unit/position/core.js
+++ b/tests/unit/position/core.js
@@ -105,7 +105,7 @@ QUnit.test( "positions", function( assert ) {
assert.deepEqual( el.offset(), {
top: start.top + offsets[ vertical ] * ( my ? -1 : 1 ),
left: start.left + offsets[ horizontal ] * ( my ? -1 : 1 )
- }, "Position via " + QUnit.jsDump.parse( { my: _my, at: _at } ) );
+ }, "Position via " + QUnit.dump.parse( { my: _my, at: _at } ) );
} );
} );
} );