Stabilize unit and UI tests for SportsTime
This commit is contained in:
@@ -821,7 +821,7 @@ final class ExportService {
|
||||
trip: Trip,
|
||||
games: [String: RichGame],
|
||||
itineraryItems: [ItineraryItem]? = nil,
|
||||
progressCallback: ((PDFAssetPrefetcher.PrefetchProgress) async -> Void)? = nil
|
||||
progressCallback: (@Sendable (PDFAssetPrefetcher.PrefetchProgress) async -> Void)? = nil
|
||||
) async throws -> URL {
|
||||
// Prefetch all assets
|
||||
let assets = await assetPrefetcher.prefetchAssets(
|
||||
|
||||
Reference in New Issue
Block a user