Fixed a build error.

tags: #story[1142]
This commit is contained in:
alistairjmcintyre
2017-08-17 01:23:34 +12:00
parent 6e02d3e533
commit d73e4f8ec5
+1 -1
View File
@@ -21,7 +21,7 @@ public class YachtTest {
@BeforeClass @BeforeClass
public static void setUp() { public static void setUp() {
y1 = new ServerYacht("Yacht", 101, "Y1", "Y1", "Yacht 1", "C1"); y1 = new ServerYacht("Yacht", 1, "Y1", "Y1", "Yacht 1", "C1");
gs = new GameState("localhost"); gs = new GameState("localhost");
} }