diff --git a/Tests/VitalHealthKitTests/StatisticalQueryTests.swift b/Tests/VitalHealthKitTests/StatisticalQueryTests.swift index 76dbefdf..db6a2f50 100644 --- a/Tests/VitalHealthKitTests/StatisticalQueryTests.swift +++ b/Tests/VitalHealthKitTests/StatisticalQueryTests.swift @@ -14,7 +14,8 @@ class StatisticalQueryTests: XCTestCase { _ = try await dependencies.executeStatisticalQuery( HKQuantityType.quantityType(forIdentifier: .stepCount)!, Date().addingTimeInterval(-86400) ..< Date(), - .daily + .daily, + nil ) XCTFail("Unexpected return")