From aff430583efb244280efd5c17b91d87f2e601a24 Mon Sep 17 00:00:00 2001 From: lorenz <stu203404@mail.uni-kiel.de> Date: Mon, 21 Mar 2022 11:19:05 +0100 Subject: [PATCH] Fix uc2 hazelcastjet test --- .../theodolite/benchmarks/uc2/hazelcastjet/Uc2PipelineTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/theodolite-benchmarks/uc2-hazelcastjet/src/test/java/rocks/theodolite/benchmarks/uc2/hazelcastjet/Uc2PipelineTest.java b/theodolite-benchmarks/uc2-hazelcastjet/src/test/java/rocks/theodolite/benchmarks/uc2/hazelcastjet/Uc2PipelineTest.java index c2ce36110..ff72b9558 100644 --- a/theodolite-benchmarks/uc2-hazelcastjet/src/test/java/rocks/theodolite/benchmarks/uc2/hazelcastjet/Uc2PipelineTest.java +++ b/theodolite-benchmarks/uc2-hazelcastjet/src/test/java/rocks/theodolite/benchmarks/uc2/hazelcastjet/Uc2PipelineTest.java @@ -1,6 +1,5 @@ package rocks.theodolite.benchmarks.uc2.hazelcastjet; -import com.google.gson.Gson; import com.hazelcast.jet.Jet; import com.hazelcast.jet.JetInstance; import com.hazelcast.jet.config.JetConfig; @@ -20,7 +19,6 @@ import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.experimental.categories.Category; -import rocks.theodolite.benchmarks.uc2.hazelcastjet.Uc2PipelineBuilder; import titan.ccp.model.records.ActivePowerRecord; /** -- GitLab