From 128484bf0413e4dea3e4bee12b53311177437cb1 Mon Sep 17 00:00:00 2001 From: Rui Peres Date: Tue, 17 Oct 2023 16:55:25 +0100 Subject: [PATCH] eh --- Tests/VitalHealthKitTests/StatisticalQueryTests.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")