Skip to content

Commit

Permalink
fix. 사용 안하는 인스턴스 제거 및 util 패키지 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyuil-Hwnag committed Sep 1, 2023
1 parent 41797b4 commit 8c90df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package camp.nextstep.edu.github
package camp.nextstep.edu.github.util

import androidx.lifecycle.LiveData
import androidx.lifecycle.Observer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package camp.nextstep.edu.github

import androidx.arch.core.executor.testing.InstantTaskExecutorRule
import camp.nextstep.edu.github.ui.GithubViewModel
import camp.nextstep.edu.github.util.getOrAwaitValue
import com.google.common.truth.Truth
import com.nextstep.edu.domain.model.Repository
import com.nextstep.edu.domain.repository.RemoteRepository
import com.nextstep.edu.domain.usecase.GetRepositoryUseCase
import dagger.hilt.android.testing.HiltAndroidRule
import dagger.hilt.android.testing.HiltAndroidTest
import dagger.hilt.android.testing.HiltTestApplication
import io.mockk.coEvery
Expand All @@ -29,9 +29,6 @@ import org.robolectric.annotation.Config
@Config(application = HiltTestApplication::class)
class GithubViewModelTest {

@get:Rule
var hiltrule = HiltAndroidRule(this)

@get:Rule
val instantExecutorRule = InstantTaskExecutorRule()

Expand Down

0 comments on commit 8c90df6

Please sign in to comment.