Stabilize unit and UI tests for SportsTime
This commit is contained in:
@@ -64,7 +64,7 @@ actor PDFAssetPrefetcher {
|
||||
func prefetchAssets(
|
||||
for trip: Trip,
|
||||
games: [String: RichGame],
|
||||
progressCallback: ((PrefetchProgress) async -> Void)? = nil
|
||||
progressCallback: (@Sendable (PrefetchProgress) async -> Void)? = nil
|
||||
) async -> PrefetchedAssets {
|
||||
var progress = PrefetchProgress()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user