From 61393e41c1fbac7b9c415e9ff29a52ce06a010aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Varga?= Date: Mon, 5 Aug 2024 12:10:28 +0200 Subject: [PATCH] chore: Remove unused suppress annotation (#84) --- .../robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/robolectric-extension/src/main/kotlin/tech/apter/junit/jupiter/robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt b/robolectric-extension/src/main/kotlin/tech/apter/junit/jupiter/robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt index aa76356..b77144b 100644 --- a/robolectric-extension/src/main/kotlin/tech/apter/junit/jupiter/robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt +++ b/robolectric-extension/src/main/kotlin/tech/apter/junit/jupiter/robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt @@ -1,5 +1,3 @@ -@file:Suppress("JAVA_MODULE_DOES_NOT_EXPORT_PACKAGE") - package tech.apter.junit.jupiter.robolectric.internal import com.google.common.annotations.VisibleForTesting