diff options
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r-- | tests/unit/sortable/sortable_events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/sortable/sortable_events.js b/tests/unit/sortable/sortable_events.js index 2d745ac20..8333b8bd4 100644 --- a/tests/unit/sortable/sortable_events.js +++ b/tests/unit/sortable/sortable_events.js @@ -248,7 +248,7 @@ test( "over", function() { dy: 20 }); - ok( hash, "stop event triggered" ); + ok( hash, "over event triggered" ); ok( hash.helper, "UI includes: helper" ); ok( hash.placeholder, "UI hash includes: placeholder" ); ok( hash.position && ( "top" in hash.position && "left" in hash.position ), "UI hash includes: position" ); |