aboutsummaryrefslogtreecommitdiffstats
path: root/tests/draggable.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/draggable.js')
-rw-r--r--tests/draggable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/draggable.js b/tests/draggable.js
index fe22cdcfb..452faf8cb 100644
--- a/tests/draggable.js
+++ b/tests/draggable.js
@@ -440,7 +440,7 @@ test("callbacks occurance count", function() {
drag(el, 10, 10);
equals(start, 1, "start callback should happen exactly once");
- equals(dragc, 2 + 1, "drag callback should happen exactly once per mousemove + 1");
+ equals(dragc, 3 + 1, "drag callback should happen exactly once per mousemove + 1");
equals(stop, 1, "stop callback should happen exactly once");
});