Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into dependabot/gradle/…
Browse files Browse the repository at this point in the history
…ktor_version-2.3.5
  • Loading branch information
jacek-marchwicki committed Nov 15, 2023
2 parents 70ce5ef + 9349dc3 commit 4087662
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 4087662

Please sign in to comment.