Skip to content

Commit

Permalink
Fix kotlin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinMoskala committed Feb 24, 2017
1 parent 354ba88 commit 6b3ea10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import android.support.test.InstrumentationRegistry.getInstrumentation
@RunWith(AndroidJUnit4::class)
abstract class FromIntentTest<T : Activity> internal constructor(activityClass: Class<T>) {

@Rule
@Rule @JvmField
var activityTestRule: ActivityTestRule<T> = ActivityTestRule(activityClass, false, false)

internal var activity: T? = null
Expand Down

0 comments on commit 6b3ea10

Please sign in to comment.