gitlab ci test (failing)

This commit is contained in:
Michael Rausch
2017-04-04 19:15:01 +12:00
parent bff4986242
commit 623600a8a9
+1
View File
@@ -12,6 +12,7 @@ public class BoatTest {
@Test
public void testBoatCreation() {
assertEquals(false);
Boat boat1 = new Boat("Team 1");
assertEquals(boat1.getTeamName(), "Team 1");
assertEquals(boat1.getVelocity(), (double) 10.0, 1e-15);