diff --git a/test/Pong/test_endGameMaxScore.c b/test/Pong/test_checkGameEnd.c similarity index 95% rename from test/Pong/test_endGameMaxScore.c rename to test/Pong/test_checkGameEnd.c index 700bcc1..4f9144d 100644 --- a/test/Pong/test_endGameMaxScore.c +++ b/test/Pong/test_checkGameEnd.c @@ -11,7 +11,7 @@ void setUp(void){ void tearDown(void){ } -void test_endGameMaxScore(void){ +void test_checkGameEnd(void){ /* arrange */ int maxScore = 5; int score1 = 4, score2 = 2;