aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/draggable')
-rw-r--r--tests/unit/draggable/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/draggable/options.js b/tests/unit/draggable/options.js
index 9be43b384..e1fd8288a 100644
--- a/tests/unit/draggable/options.js
+++ b/tests/unit/draggable/options.js
@@ -3,7 +3,7 @@ define( [
"./helper",
"ui/widgets/draggable",
"ui/widgets/droppable",
- "ui/sortable"
+ "ui/widgets/sortable"
], function( $, testHelper ) {
// TODO: This doesn't actually test whether append happened, possibly remove