Skip to content

Commit

Permalink
[Infra] 테스트코드 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim committed Nov 18, 2024
1 parent a1a1519 commit 9d575d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ Derived/
Tuist/.build
Projects/Core/CoreKit/Sources/Secret.swift
graph.png
OpenApiGenerator/.build
7 changes: 2 additions & 5 deletions Projects/Features/Home/UnitTest/WidgetUnitTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,15 @@ struct WidgetUnitTest {
self.selectionState = WidgetSelectionModel()
self.selectionIntent = WidgetSelectionIntent(
model: selectionState,
input: .init(successHandler: {})
input: .init()
)

self.writeState = WidgetWritingModel()
self.writeIntent = WidgetWritingIntent(
model: writeState,
input: .init(
widgetType: .body,
content: nil,
successHandler: {

}
content: nil
),
service: ProfileServiceMock()
)
Expand Down

0 comments on commit 9d575d3

Please sign in to comment.