Skip to content

Commit 9775956

Browse files
committed
fix: fake 파일 이름 뒤에 txt 붙이기
1 parent 7ff89e2 commit 9775956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/src/main/java/com/stop/ui/mission/MissionFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ class MissionFragment : Fragment(), TMapHandler {
158158
private const val MINUS = ""
159159
private const val LEFT_TIME = 60
160160

161-
private const val FAKE_USER_FILE_PATH = "fake_user_path"
161+
private const val FAKE_USER_FILE_PATH = "fake_user_path.txt"
162162
}
163163
}

0 commit comments

Comments
 (0)