Skip to content

Commit

Permalink
fixed compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed May 29, 2016
1 parent 864164f commit ce63737
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
package org.blitzortung.android.app.components

import android.content.Context
import org.assertj.core.api.KotlinAssertions.assertThat
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.RobolectricTestRunner
import org.robolectric.RuntimeEnvironment
import org.robolectric.annotation.Config

@RunWith(RobolectricTestRunner::class)
@Config(manifest = Config.NONE)
Expand Down

0 comments on commit ce63737

Please sign in to comment.