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 862f704f908557749f9aea5433e93237f63b4d20..0a563809fd9adf994bd09cf71a0ad54ea83c69d2 100644
--- a/src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java
+++ b/src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java
@@ -1,4 +1,5 @@
-import static org.junit.jupiter.api.Assertions.*;
+package edu.ntnu.stud.chaosgame.game;
+
 class ChaosGameFileHandlerTest {
   
 }
\ No newline at end of file
diff --git a/src/test/java/edu/ntnu/stud/chaosgame/transformations/JuliaTransformTest.java b/src/test/java/edu/ntnu/stud/chaosgame/transformations/JuliaTransformTest.java
index 75745265808b0a8fe1096def2b2ee83121601d44..2ddc4f172bf80290126a5a41f9ff04283efb92e3 100644
--- a/src/test/java/edu/ntnu/stud/chaosgame/transformations/JuliaTransformTest.java
+++ b/src/test/java/edu/ntnu/stud/chaosgame/transformations/JuliaTransformTest.java
@@ -8,8 +8,6 @@ import org.junit.jupiter.api.DisplayName;
 import org.junit.jupiter.api.Nested;
 import org.junit.jupiter.api.Test;
 
-import java.util.List;
-
 import static org.junit.jupiter.api.Assertions.*;
 class JuliaTransformTest {