From 10974f7c0c23156149cd88d816806e2a93c55277 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 10 Sep 2018 13:05:51 +0200 Subject: [PATCH] empty test removed --- .../lcsb/mapviewer/annotation/services/MiRNAParserTest.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/annotation/src/test/java/lcsb/mapviewer/annotation/services/MiRNAParserTest.java b/annotation/src/test/java/lcsb/mapviewer/annotation/services/MiRNAParserTest.java index b6cf175ca0..3db6ad745a 100644 --- a/annotation/src/test/java/lcsb/mapviewer/annotation/services/MiRNAParserTest.java +++ b/annotation/src/test/java/lcsb/mapviewer/annotation/services/MiRNAParserTest.java @@ -47,10 +47,6 @@ public class MiRNAParserTest extends AnnotationTestFunctions { public void tearDown() throws Exception { } - @Test - public void test() throws Exception { - } - @Test public void testExternalDBStatus() throws Exception { ExternalServiceStatus status = miRNAParser.getServiceStatus(); -- GitLab