From fa606a24bf809cd13b8fc60ffb8c0f1c6d1c6f09 Mon Sep 17 00:00:00 2001 From: Manfred Zingl Date: Fri, 2 Aug 2024 09:22:10 +0200 Subject: [PATCH] remove unused import --- .../com/campudus/tableaux/controller/SystemControllerTest.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/scala/com/campudus/tableaux/controller/SystemControllerTest.scala b/src/test/scala/com/campudus/tableaux/controller/SystemControllerTest.scala index 2709ac1f..e6c65156 100644 --- a/src/test/scala/com/campudus/tableaux/controller/SystemControllerTest.scala +++ b/src/test/scala/com/campudus/tableaux/controller/SystemControllerTest.scala @@ -10,7 +10,6 @@ import org.vertx.scala.core.json.Json import org.junit.Assert._ import org.junit.Test import org.junit.runner.RunWith -import org.scalatest.Ignore @RunWith(classOf[VertxUnitRunner]) class SystemControllerTest extends TableauxTestBase {