diff options
Diffstat (limited to 'tests/unit/droppable/droppable_test_helpers.js')
-rw-r--r-- | tests/unit/droppable/droppable_test_helpers.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/droppable/droppable_test_helpers.js b/tests/unit/droppable/droppable_test_helpers.js index 79311788c..ffd374529 100644 --- a/tests/unit/droppable/droppable_test_helpers.js +++ b/tests/unit/droppable/droppable_test_helpers.js @@ -1,10 +1,10 @@ TestHelpers.droppable = { shouldDrop: function() { // todo: actually implement this - ok(true, 'missing test - untested code is broken code'); + ok(true, "missing test - untested code is broken code"); }, shouldNotDrop: function() { // todo: actually implement this - ok(true, 'missing test - untested code is broken code'); + ok(true, "missing test - untested code is broken code"); } };
\ No newline at end of file |