Skip to content

Commit 78fcebb

Browse files
committed
[chore] #187 RecommendFeature 모킹 제거
1 parent 842a4a9 commit 78fcebb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Projects/App/Sources/MainTab/MainTabFeature.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,7 @@ public struct MainTabFeature {
141141
public var body: some ReducerOf<Self> {
142142
Scope(state: \.pokit, action: \.pokit) { PokitRootFeature() }
143143
Scope(state: \.recommend, action: \.recommend) {
144-
withDependencies {
145-
$0[UserClient.self] = .testValue
146-
$0[ContentClient.self] = .testValue
147-
} operation: {
148-
RecommendFeature()
149-
}
144+
RecommendFeature()
150145
}
151146

152147
BindingReducer()

0 commit comments

Comments
 (0)