Skip to content

Commit

Permalink
Added Firebase Crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEblan committed Jan 4, 2024
1 parent 784c526 commit 6f91801
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import kotlinx.coroutines.test.runTest
import org.junit.Before
import org.junit.Rule
import org.junit.Test
import org.mockito.Mock
import kotlin.test.assertEquals
import kotlin.test.assertIs
import kotlin.test.assertTrue
Expand All @@ -32,7 +31,6 @@ class AppSettingsViewModelTest {
@get:Rule
val mainDispatcherRule = MainDispatcherRule()

@Mock
private lateinit var packageManagerWrapper: TestPackageManagerWrapper

private lateinit var appSettingsRepository: TestAppSettingsRepository
Expand All @@ -43,7 +41,6 @@ class AppSettingsViewModelTest {

private lateinit var viewModel: AppSettingsViewModel


@Before
fun setup() {
appSettingsRepository = TestAppSettingsRepository()
Expand Down

0 comments on commit 6f91801

Please sign in to comment.