From 9b10daa1fdf74d76b105fe029ca1a80143e7899c Mon Sep 17 00:00:00 2001 From: Magnus Eik <“mageik@stud.ntnu.noâ€> Date: Wed, 3 Apr 2024 18:20:00 +0200 Subject: [PATCH] Change comments in testReadFromFileAffine2D --- .../edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java b/src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java index e283320..ce5abd9 100644 --- a/src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java +++ b/src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java @@ -28,7 +28,7 @@ class ChaosGameFileHandlerTest { @Test void testReadFromFileAffine2D() throws IOException { String fileContent = """ - Affine2D # Comment + Affine2D# Comment in line 0.0, 0.0 # Comment 1.0, 1.0 # Comment 0.5, 1.0, 1.0, 0.5, 3.0, 1.0 # Comment -- GitLab