diff options
Diffstat (limited to 'tests/unit/sortable/sortable_events.js')
-rw-r--r-- | tests/unit/sortable/sortable_events.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/sortable/sortable_events.js b/tests/unit/sortable/sortable_events.js index 2bf9efe30..453b8b7b6 100644 --- a/tests/unit/sortable/sortable_events.js +++ b/tests/unit/sortable/sortable_events.js @@ -3,7 +3,7 @@ define( [ "./sortable_test_helpers", "ui/sortable", "ui/draggable" -], function( $, sortableTestHelpers ) { +], function( $, testHelper ) { module("sortable: events"); @@ -172,7 +172,7 @@ test("#3019: Stop fires too early", function() { } }); - sortableTestHelpers.sort($("li", el)[0], 0, 44, 2, "Dragging the sortable"); + testHelper.sort($("li", el)[0], 0, 44, 2, "Dragging the sortable"); equal(helper, null, "helper should be false"); }); |