Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonvs committed Nov 16, 2018
1 parent 1485485 commit 6359dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/metal-drag-drop/test/Drag.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ describe('Drag', function() {
let event = listener.args[0][0];

assert.ok(event.originalEvent);
assert.strictEqual(event.originalEvent.clientX, 40);
assert.strictEqual(event.originalEvent.clientY, 50);
});

it('should propagate original event when finishing a dragging', function() {
Expand Down

0 comments on commit 6359dd3

Please sign in to comment.