From 99968c4e8ca90774058f904bf97daeb087cc020c Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Tue, 23 Mar 2021 14:36:41 +0100 Subject: [PATCH] fix test --- theodolite-quarkus/src/test/kotlin/theodolite/TestBenchmark.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite-quarkus/src/test/kotlin/theodolite/TestBenchmark.kt b/theodolite-quarkus/src/test/kotlin/theodolite/TestBenchmark.kt index 487b58318..6f476278d 100644 --- a/theodolite-quarkus/src/test/kotlin/theodolite/TestBenchmark.kt +++ b/theodolite-quarkus/src/test/kotlin/theodolite/TestBenchmark.kt @@ -11,7 +11,7 @@ class TestBenchmark : Benchmark { override fun buildDeployment( load: LoadDimension, res: Resource, - configurationOverrides: List<ConfigurationOverride> + configurationOverrides: List<ConfigurationOverride?> ): BenchmarkDeployment { return TestBenchmarkDeployment() } -- GitLab