Skip to content

Commit

Permalink
Merge pull request #167 from appunite/fix-develop-ld-141
Browse files Browse the repository at this point in the history
LD-141 Fix develop branch after merging #129
  • Loading branch information
jacek-marchwicki authored Oct 27, 2023
2 parents 7af6feb + 741e6fe commit 9349dc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/test/java/com/appunite/loudius/ActivitySetupTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.appunite.loudius

import android.os.Build
import androidx.activity.ComponentActivity
import androidx.test.core.app.ActivityScenario
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand All @@ -24,8 +25,10 @@ import org.junit.Before
import org.junit.Test
import org.junit.jupiter.api.DisplayName
import org.junit.runner.RunWith
import org.robolectric.annotation.Config

@RunWith(AndroidJUnit4::class)
@Config(sdk = [Build.VERSION_CODES.Q])
@DisplayName("ensure activity tests are set correctly")
class ActivitySetupTest {

Expand Down

0 comments on commit 9349dc3

Please sign in to comment.