Skip to content

Commit

Permalink
refactor: LiveData를 위한 규칙 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
re4rk committed Oct 5, 2023
1 parent b0e20cf commit e846e5c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.festago.festago.presentation.ui.signin

import androidx.arch.core.executor.testing.InstantTaskExecutorRule
import app.cash.turbine.test
import com.festago.festago.analytics.AnalyticsHelper
import com.festago.festago.repository.AuthRepository
Expand All @@ -15,17 +14,13 @@ import kotlinx.coroutines.test.setMain
import org.assertj.core.api.Assertions.assertThat
import org.junit.After
import org.junit.Before
import org.junit.Rule
import org.junit.Test

class SignInViewModelTest {
private lateinit var vm: SignInViewModel
private lateinit var authRepository: AuthRepository
private lateinit var analyticsHelper: AnalyticsHelper

@get:Rule
val instantExecutorRule = InstantTaskExecutorRule()

@OptIn(ExperimentalCoroutinesApi::class)
@Before
fun setUp() {
Expand Down

0 comments on commit e846e5c

Please sign in to comment.