aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sortable.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sortable.js')
-rw-r--r--tests/sortable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sortable.js b/tests/sortable.js
index 99c4463e5..7b79311a7 100644
--- a/tests/sortable.js
+++ b/tests/sortable.js
@@ -109,7 +109,7 @@ test("disable", function() {
test("defaults", function() {
el = $("#sortable").sortable();
- equals(el.data("helper.sortable"), "clone", "helper");
+ equals(el.data("helper.sortable"), "original", "helper");
equals(el.data("tolerance.sortable"), "guess", "tolerance");
equals(el.data("distance.sortable"), 1, "distance");
equals(el.data("disabled.sortable"), false, "disabled");