Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jan 18, 2025
1 parent 6222f4e commit 45e60e9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.blitzortung.android.map.overlay.color

import android.content.Context
import io.mockk.MockKAnnotations
import org.assertj.core.api.Assertions.assertThat
import org.junit.Before
import org.junit.Test
Expand All @@ -18,8 +17,6 @@ class StrikeColorHandlerTest {

@Before
fun setUp() {
MockKAnnotations.init(this, relaxed = true)

val context = RuntimeEnvironment.getApplication()
val preferences = context.getSharedPreferences(context.packageName, Context.MODE_PRIVATE)

Expand Down

0 comments on commit 45e60e9

Please sign in to comment.