Skip to content

Commit

Permalink
state is not defined (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiAAPeres committed Jun 11, 2024
1 parent 8631b5f commit aa56697
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class SyncUpFormTests: XCTestCase {
}

await store.send(.addAttendeeButtonTapped) {
state.focus = .attendee(Attendee.ID(0))
state.syncUp.attendees.append(Attendee(id: Attendee.ID(0)))
$0.focus = .attendee(Attendee.ID(0))
$0.syncUp.attendees.append(Attendee(id: Attendee.ID(0)))
}
}

Expand Down

0 comments on commit aa56697

Please sign in to comment.