Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2 committed Sep 23, 2023
1 parent 2620bfd commit 55cf35a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LoopTests/Mock Stores/MockDoseStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import LoopKit
@testable import Loop

class MockDoseStore: DoseStoreProtocol {

var doseHistory: [DoseEntry]?
var sensitivitySchedule: InsulinSensitivitySchedule?

Expand Down Expand Up @@ -55,7 +54,7 @@ class MockDoseStore: DoseStoreProtocol {

var lastAddedPumpData: Date

func addPumpEvents(_ events: [NewPumpEvent], lastReconciliation: Date?, completion: @escaping (DoseStore.DoseStoreError?) -> Void) {
func addPumpEvents(_ events: [NewPumpEvent], lastReconciliation: Date?, replacePendingEvents: Bool, completion: @escaping (DoseStore.DoseStoreError?) -> Void) {
completion(nil)
}

Expand Down

0 comments on commit 55cf35a

Please sign in to comment.