From 1bdbc80c062bed0ef0276736c523c76c60b67ea8 Mon Sep 17 00:00:00 2001 From: MikeZyeman Date: Fri, 10 Dec 2021 19:56:10 +0100 Subject: [PATCH] Redo if statement with exception throwing --- test/ch/zhaw/catan/SiedlerGameTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {