Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiAAPeres committed Oct 17, 2023
1 parent 464bcd5 commit 128484b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/VitalHealthKitTests/StatisticalQueryTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 128484b

Please sign in to comment.