Skip to content

Commit 998d04d

Browse files
NiGhTTraXtjvantoll
authored andcommitted
Tests: sortable: fix assert message.
Changed 'stop' to 'over'. Closes gh-1174
1 parent 7429083 commit 998d04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sortable/sortable_events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ test( "over", function() {
248248
dy: 20
249249
});
250250

251-
ok( hash, "stop event triggered" );
251+
ok( hash, "over event triggered" );
252252
ok( hash.helper, "UI includes: helper" );
253253
ok( hash.placeholder, "UI hash includes: placeholder" );
254254
ok( hash.position && ( "top" in hash.position && "left" in hash.position ), "UI hash includes: position" );

0 commit comments

Comments
 (0)