8000 fix unit test due to 9d1c86248bcd1cd · GameJs/gamejs@7d68379 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7d68379

Browse files
committed
fix unit test due to 9d1c862
1 parent 6bb2b7e commit 7d68379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sprite.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ test('SpriteCollisions', function() {
8383
b.radius = 1;
8484
ok(!gamejs.sprite.collideCircle(a, b));
8585

86-
a.radius = 6;
87-
b.radius = 6;
86+
a.radius = 7;
87+
b.radius = 8;
8888
ok(gamejs.sprite.collideCircle(a, b));
8989

9090
a.rect = new gamejs.Rect([0,0], [5,5]);

0 commit comments

Comments
 (0)
0