Skip to content

Commit

Permalink
🔧 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chopmozzi committed Dec 13, 2023
1 parent ed21d32 commit 4136f1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ final class MockPlaybackWorker: PlaybackWorkerProtocol {
}

func fetchHomePosts() async -> [Post]? {
guard let fileLocation = Bundle(for: type(of: self)).url(forResource: "PostList", withExtension: "json") else { return nil }
guard let fileLocation = Bundle(for: type(of: self)).url(forResource: "PostListMore", withExtension: "json") else { return nil }
do {
let mockData = try Data(contentsOf: fileLocation)
MockURLProtocol.requestHandler = { request in
Expand Down

0 comments on commit 4136f1c

Please sign in to comment.