Skip to content

Commit

Permalink
fix: init()
Browse files Browse the repository at this point in the history
  • Loading branch information
simaQ committed Oct 28, 2019
1 parent 58d2108 commit c4e6dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/geometry/point-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Point', () => {
});

point.position('x*y');
point.initial();
point.init();
point.paint();
canvas.draw();

Expand Down

0 comments on commit c4e6dd6

Please sign in to comment.