Skip to content

Commit

Permalink
Increasing test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
madureira committed Dec 29, 2014
1 parent a6ae8fd commit c761d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/javascript/tests/engine/Collision.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe("engine/Collision", function() {
var newPosition = collision.checkCollision(fromX, fromY, toX, toY, radius, miniMap, screen);

expect(newPosition.x).toEqual(fromX);
expect(newPosition.y).toEqual(fromY);
});

});

0 comments on commit c761d74

Please sign in to comment.