small fixes

This commit is contained in:
2018-05-20 17:19:03 +02:00
parent 6313adaf4c
commit c684158ba9
6 changed files with 21 additions and 29 deletions

View File

@@ -976,7 +976,7 @@ public class Part3_FullFacadeTest {
@Test
public void createWorm_IllegalWorld() {
max_score += 2;
World someWorld = facade.createWorld(10.0, 10.0, map10x10);
World someWorld = facade.createWorld(10.0, 20.0, map10x10);
facade.terminate(someWorld);
try {
facade.createWorm(someWorld, new double[] { 8.68, 8.68 }, 0.3, 0.3, "Worm", null);