Skip to content

Commit 516355f

Browse files
committed
fix: 바인딩 코드로 수정
1 parent 057ca41 commit 516355f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Tests/Login/LoginFeatureTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ private struct LoginTestDriver {
198198
}
199199

200200
func setAlert(_ isPresented: Bool) {
201-
feature.send(.setAlert(isPresented))
201+
feature.send(.binding(.set(\.showAlert, isPresented)))
202202
}
203203
}

0 commit comments

Comments
 (0)