We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa5108 commit 76d18ebCopy full SHA for 76d18eb
LoopTests/Managers/LoopDataManagerDosingTests.swift
@@ -295,7 +295,7 @@ class LoopDataManagerDosingTests: LoopDataManagerTests {
295
let expectedAutomaticDoseRecommendation = AutomaticDoseRecommendation(basalAdjustment: .cancel)
296
XCTAssertEqual(delegate.recommendation, expectedAutomaticDoseRecommendation)
297
XCTAssertEqual(dosingDecisionStore.dosingDecisions.count, 1)
298
- XCTAssertEqual(dosingDecisionStore.dosingDecisions[0].reason, "closedLoopDisabled")
+ XCTAssertEqual(dosingDecisionStore.dosingDecisions[0].reason, "automaticDosingDisabled")
299
XCTAssertEqual(dosingDecisionStore.dosingDecisions[0].automaticDoseRecommendation, expectedAutomaticDoseRecommendation)
300
NotificationCenter.default.removeObserver(observer)
301
}
0 commit comments