comboctl-base: Fix PumpIOTest
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
This commit is contained in:
parent
fffe014d4e
commit
409852685e
1 changed files with 4 additions and 4 deletions
|
@ -599,23 +599,23 @@ class PumpIOTest {
|
|||
ApplicationLayer.CMDHistoryEvent(
|
||||
LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 0, second = 19),
|
||||
80666,
|
||||
ApplicationLayer.CMDHistoryEventDetail.ExtendedBolusStarted(177, 15)
|
||||
ApplicationLayer.CMDHistoryEventDetail.ExtendedBolusStarted(177, 15, true)
|
||||
),
|
||||
ApplicationLayer.CMDHistoryEvent(
|
||||
LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 15, second = 18),
|
||||
80668,
|
||||
ApplicationLayer.CMDHistoryEventDetail.ExtendedBolusEnded(177, 15)
|
||||
ApplicationLayer.CMDHistoryEventDetail.ExtendedBolusEnded(177, 15, true)
|
||||
),
|
||||
|
||||
ApplicationLayer.CMDHistoryEvent(
|
||||
LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 21, second = 31),
|
||||
80670,
|
||||
ApplicationLayer.CMDHistoryEventDetail.MultiwaveBolusStarted(193, 37, 30)
|
||||
ApplicationLayer.CMDHistoryEventDetail.MultiwaveBolusStarted(193, 37, 30, true)
|
||||
),
|
||||
ApplicationLayer.CMDHistoryEvent(
|
||||
LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 51, second = 8),
|
||||
80672,
|
||||
ApplicationLayer.CMDHistoryEventDetail.MultiwaveBolusEnded(193, 37, 30)
|
||||
ApplicationLayer.CMDHistoryEventDetail.MultiwaveBolusEnded(193, 37, 30, true)
|
||||
),
|
||||
|
||||
ApplicationLayer.CMDHistoryEvent(
|
||||
|
|
Loading…
Reference in a new issue