Browse Source

Aktualisieren test/Pong/test_checkGameEnd.c

remotes/origin/branchJulia
fdai8040 11 months ago
parent
commit
27c60f6d2f
  1. 2
      test/Pong/test_checkGameEnd.c

2
test/Pong/test_endGameMaxScore.c → 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;
Loading…
Cancel
Save