diff --git a/src/test/java/seng302/models/parsers/ConfigParserTest.java b/src/test/java/seng302/models/parsers/ConfigParserTest.java index e75db85d..8a0c0c8c 100644 --- a/src/test/java/seng302/models/parsers/ConfigParserTest.java +++ b/src/test/java/seng302/models/parsers/ConfigParserTest.java @@ -24,7 +24,7 @@ public class ConfigParserTest { @Test public void getTimeScale() throws Exception { - assertEquals(1.0, cp.getTimeScale(), 1e-10); + assertEquals(10.0, cp.getTimeScale(), 1e-10); } @Test