diff --git a/test/swen90006/machine/PartitioningTests.java b/test/swen90006/machine/PartitioningTests.java
index 135dfeba246418adb46d51f459e199c64790d22b..32fb8b97d506ffb086dc0c901aa899303f9762ea 100644
--- a/test/swen90006/machine/PartitioningTests.java
+++ b/test/swen90006/machine/PartitioningTests.java
@@ -2,11 +2,6 @@ package swen90006.machine;
 
 import java.util.List;
 import java.util.ArrayList;
-import java.nio.charset.Charset;
-import java.nio.file.Path;
-import java.nio.file.Files;
-import java.nio.file.FileSystems;
-
 import org.junit.*;
 import static org.junit.Assert.*;
 import org.junit.Rule;