Skip to content

Commit

Permalink
#2367 - fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Mazurina authored and rrodionov91 committed Sep 13, 2023
1 parent 6226545 commit bb68ac2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,5 @@ describe('Select Rectangle Tool', () => {
selectRectangleTool.mouseup(event);

expect(onMove).toHaveBeenCalled();
expect(onMove).toHaveBeenCalledWith(new Vec2(100, 100));
});
});

0 comments on commit bb68ac2

Please sign in to comment.