mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Fixed a test for the Race class
- Fixed a typo causing the test to fail - #test #fix
This commit is contained in:
@@ -40,6 +40,6 @@ public class RaceTest
|
||||
race.addBoat(boat1);
|
||||
race.addBoat(boat2);
|
||||
|
||||
assertEquals(Array.getLength(boats.getBoats()), 2);
|
||||
assertEquals(Array.getLength(race.getBoats()), 2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user