File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
presentation/src/main/java/com/stop/ui/mission Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ class MissionViewModel @Inject constructor(
141
141
throw AlreadyHandledException ()
142
142
}
143
143
144
- return getSubwayTrainNowStationUseCase(lastTimeValue, TEST_SUBWAY_NUMER )
144
+ return getSubwayTrainNowStationUseCase(lastTimeValue, TEST_SUBWAY_LINE_NUMBER )
145
145
}
146
146
147
147
private suspend fun getNowStationLocation () = withContext(Dispatchers .Main ) {
@@ -165,7 +165,7 @@ class MissionViewModel @Inject constructor(
165
165
TEST_SUBWAY_LONG ,
166
166
TEST_SUBWAY_LAT
167
167
),
168
- TEST_SUBWAY_NUMER .toString() + LINE ,
168
+ TEST_SUBWAY_LINE_NUMBER .toString() + LINE ,
169
169
startSubwayStation.dropLast(1 ), // "역" 버리기
170
170
TEST_END_SUBWAY_STATION
171
171
)
@@ -192,7 +192,7 @@ class MissionViewModel @Inject constructor(
192
192
private const val TEST_BUS_540_ID = " 100100083"
193
193
private var TIME_TEST = 0
194
194
195
- private const val TEST_SUBWAY_NUMER = 4
195
+ private const val TEST_SUBWAY_LINE_NUMBER = 4
196
196
private const val LINE = " 호선" // 임시로.. 종성님이 어떻게 넘겨주시느냐에 따라 달림
197
197
198
198
private const val TEST_SUBWAY_LAT = " 37.30973177"
You can’t perform that action at this time.
0 commit comments