From a84cfbbd5ce5596241577de5eef4210df3bd3fb5 Mon Sep 17 00:00:00 2001 From: Trevor Elkins Date: Tue, 24 Oct 2023 19:18:46 -0400 Subject: [PATCH] detekt --- .../src/main/kotlin/com/emergetools/snapshots/shared/Utils.kt | 1 - .../src/test/kotlin/com/emergetools/snapshots/UtilsTest.kt | 3 --- 2 files changed, 4 deletions(-) diff --git a/snapshots/snapshots/src/main/kotlin/com/emergetools/snapshots/shared/Utils.kt b/snapshots/snapshots/src/main/kotlin/com/emergetools/snapshots/shared/Utils.kt index 7400bb9e..206e2fa9 100644 --- a/snapshots/snapshots/src/main/kotlin/com/emergetools/snapshots/shared/Utils.kt +++ b/snapshots/snapshots/src/main/kotlin/com/emergetools/snapshots/shared/Utils.kt @@ -25,4 +25,3 @@ object EMGLocale { return Locale.forLanguageTag(code) } } - diff --git a/snapshots/snapshots/src/test/kotlin/com/emergetools/snapshots/UtilsTest.kt b/snapshots/snapshots/src/test/kotlin/com/emergetools/snapshots/UtilsTest.kt index d6c03292..0d6efce1 100644 --- a/snapshots/snapshots/src/test/kotlin/com/emergetools/snapshots/UtilsTest.kt +++ b/snapshots/snapshots/src/test/kotlin/com/emergetools/snapshots/UtilsTest.kt @@ -1,10 +1,7 @@ package com.emergetools.snapshots -import com.emergetools.snapshots.SnapshotSaver.keyName -import com.emergetools.snapshots.shared.ComposePreviewSnapshotConfig import com.emergetools.snapshots.shared.EMGLocale import org.junit.Assert.assertEquals -import org.junit.Assert.assertThrows import org.junit.Test class UtilsTest {