Skip to content

Commit b07f825

Browse files
authored
Merge pull request #557 from tidepool-org/cameron/LOOP-4490-scenario-device-action-support
2 parents 735d7ad + 94205fb commit b07f825

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Loop/Managers/TestingScenariosManager.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,11 @@ extension TestingScenariosManagerRequirements {
232232
}
233233
}
234234
}
235+
236+
instance.injectedActions.forEach { [testingCGMManager, testingPumpManager] action in
237+
testingCGMManager?.inject(action: action)
238+
testingPumpManager?.inject(action: action)
239+
}
235240
}
236241

237242
private func wipeExistingData(completion: @escaping (Error?) -> Void) {

0 commit comments

Comments
 (0)