Fixed Error in CarTest.java #20

Merged
schrom01 merged 9 commits from car into main 2022-03-10 14:51:27 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8086111772 - Show all commits

View File

@ -51,7 +51,7 @@ class CarTest {
}
assertTrue(exception);
CheckNextPosition(0, 0);
CheckNextPosition(DEFAULT_X, DEFAULT_Y);
}
}