refactor(creator): 채널 공통 저장소 이름을 정리한다

This commit is contained in:
2026-06-17 16:13:56 +09:00
parent cff8469604
commit ecaeea6262
5 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelActivityRe
import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelAudioContentResponse
import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelCreatorResponse
import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelFanTalkSummaryResponse
import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelHomeRepository
import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelRepository
import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelHomeResponse
import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelLiveResponse
import kr.co.vividnext.sodalive.v2.creator.channel.data.CreatorChannelScheduleResponse
@@ -47,7 +47,7 @@ import org.robolectric.annotation.Config
class CreatorChannelHomeViewModelTest {
private val context: Context = ApplicationProvider.getApplicationContext()
private lateinit var repository: CreatorChannelHomeRepository
private lateinit var repository: CreatorChannelRepository
private lateinit var viewModel: CreatorChannelHomeViewModel
@Before