diff --git a/test/Pong/test_checkCollision.c b/test/Pong/test_checkCollision.c index cd7b0db..4b4e6e7 100644 --- a/test/Pong/test_checkCollision.c +++ b/test/Pong/test_checkCollision.c @@ -46,7 +46,7 @@ void test_checkCollision(void){ ball.y = HEIGHT - 1; int result4 = checkCollision(ball, paddle.y, paddle.y); - TEST_ASSERT_EQUAL_INT(1, result4); + TEST_ASSERT_EQUAL_INT(0, result4); // Test wenn Ball Paddle trifft ball.x = paddle.x - 1;