Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
yalishanda42 committed May 26, 2023
1 parent 087aa65 commit e308d11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ final class SearchStationDomainTests: XCTestCase {
reducer: SearchStationReducer()
) {
$0.favoritesService.loadFavorites = { expected }
$0.locationService.statusStream = { AsyncStream { _ in /* never */ } }
}

let task = await store.send(.task)
Expand Down

0 comments on commit e308d11

Please sign in to comment.