diff --git a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnUnitTest.scala b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnTest.scala
similarity index 98%
rename from public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnUnitTest.scala
rename to public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnTest.scala
index 04f6758ca3141c4c9910c10daeef2cadaaccc11b..7a6ae50d134f4234873c35e5dad1fdf1e0dabd6e 100644
--- a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnUnitTest.scala
+++ b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/extensions/LnTest.scala
@@ -11,7 +11,7 @@ import org.scalatest.Matchers
 import org.scalatest.testng.TestNGSuite
 import org.testng.annotations.Test
 
-class LnUnitTest extends TestNGSuite with Matchers {
+class LnTest extends TestNGSuite with Matchers {
 
   @Test(description = "Target and link in the same directory, relative set to true")
   def testSameLevelRelative() {
diff --git a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqUnitTest.scala b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqTest.scala
similarity index 99%
rename from public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqUnitTest.scala
rename to public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqTest.scala
index 1939d5351da41e518634d079ff4dc59e21f591c5..1745ac21fbceb141a269607abb994d6d90c755ca 100644
--- a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqUnitTest.scala
+++ b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastqTest.scala
@@ -17,7 +17,7 @@ import org.testng.annotations.{ DataProvider, Test }
 import htsjdk.samtools.util.Interval
 import htsjdk.samtools.fastq.{ BasicFastqWriter, FastqReader, FastqRecord }
 
-class ExtractAlignedFastqUnitTest extends TestNGSuite with MockitoSugar with Matchers {
+class ExtractAlignedFastqTest extends TestNGSuite with MockitoSugar with Matchers {
 
   import ExtractAlignedFastq._
 
diff --git a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsUnitTest.scala b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsTest.scala
similarity index 99%
rename from public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsUnitTest.scala
rename to public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsTest.scala
index 16cfabe816af4fa8deee1b295a88da68f659c3bf..c28ff5531a11c8daca17916afd7a174151141fb4 100644
--- a/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsUnitTest.scala
+++ b/public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/WipeReadsTest.scala
@@ -25,7 +25,7 @@ import org.scalatest.mock.MockitoSugar
 import org.scalatest.testng.TestNGSuite
 import org.testng.annotations.Test
 
-class WipeReadsUnitTest extends TestNGSuite with MockitoSugar with Matchers {
+class WipeReadsTest extends TestNGSuite with MockitoSugar with Matchers {
 
   import WipeReads._