Skip to content

Commit

Permalink
#206 remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Annoraaq committed Nov 17, 2021
1 parent e723cac commit b35d845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Movement/TargetMovement/TargetMovement.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,6 @@ describe("TargetMovement", () => {
});
const mockCall = jest.fn();
const targetPos = layerPos(new Vector2(3, 3));
// targetMovement.setCharacter(mockChar);
targetMovement = new TargetMovement(mockChar, gridTilemapMock, targetPos);
targetMovement.finishedObs().subscribe(mockCall);
targetMovement.update(100);
Expand Down

0 comments on commit b35d845

Please sign in to comment.