Skip to content

Commit

Permalink
✨ :: [#1153] Demo 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Aug 15, 2024
1 parent 8202aac commit 54d29f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
let creditSongListTabFactory = FakeCreditSongListTabFactory()
let reactor = CreditSongListReactor(
workerName: "CLTH",
fetchCreditProfileImageURLUseCase: FetchCreditProfileImageURLUseCaseSpy()
fetchCreditProfileUseCase: FetchCreditProfileUseCaseSpy()
)
let viewController = CreditSongListViewController(
reactor: reactor,
Expand Down

0 comments on commit 54d29f6

Please sign in to comment.