diff --git a/test/ch/zhaw/catan/SiedlerGameTest.java b/test/ch/zhaw/catan/SiedlerGameTest.java index 42a68ee..854fa66 100644 --- a/test/ch/zhaw/catan/SiedlerGameTest.java +++ b/test/ch/zhaw/catan/SiedlerGameTest.java @@ -23,7 +23,7 @@ import java.util.List; * Tests the methods of SiedlerGame with values, that results to errors and failure * * - SystemTestCases - * Tests the coordination of all methods and simulates a game with all moves programmed + * Tests the coordination of all methods and simulates a game with programmed moves * Checks if the methods are being executed and the values are set correctly */ public class SiedlerGameTest {