Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Oct 21, 2024
1 parent e60bd00 commit 1c043da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/Tests/TodayTests/TodayTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct TodayTests {
}

let mock = AstronomyPicture.mockImage()
store.dependencies.apiClient.apod = { mock }
store.dependencies.apiClient.apod = { mock}

await store.send(.fetch) {
$0.isLoading = true
Expand Down

0 comments on commit 1c043da

Please sign in to comment.