comboctl-base: Fix PumpIOTest

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
This commit is contained in:
Carlos Rafael Giani 2023-01-03 13:33:07 +01:00
parent fffe014d4e
commit 409852685e

View file

@ -599,23 +599,23 @@ class PumpIOTest {
ApplicationLayer.CMDHistoryEvent( ApplicationLayer.CMDHistoryEvent(
LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 0, second = 19), LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 0, second = 19),
80666, 80666,
ApplicationLayer.CMDHistoryEventDetail.ExtendedBolusStarted(177, 15) ApplicationLayer.CMDHistoryEventDetail.ExtendedBolusStarted(177, 15, true)
), ),
ApplicationLayer.CMDHistoryEvent( ApplicationLayer.CMDHistoryEvent(
LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 15, second = 18), LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 15, second = 18),
80668, 80668,
ApplicationLayer.CMDHistoryEventDetail.ExtendedBolusEnded(177, 15) ApplicationLayer.CMDHistoryEventDetail.ExtendedBolusEnded(177, 15, true)
), ),
ApplicationLayer.CMDHistoryEvent( ApplicationLayer.CMDHistoryEvent(
LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 21, second = 31), LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 21, second = 31),
80670, 80670,
ApplicationLayer.CMDHistoryEventDetail.MultiwaveBolusStarted(193, 37, 30) ApplicationLayer.CMDHistoryEventDetail.MultiwaveBolusStarted(193, 37, 30, true)
), ),
ApplicationLayer.CMDHistoryEvent( ApplicationLayer.CMDHistoryEvent(
LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 51, second = 8), LocalDateTime(year = 2021, monthNumber = 2, dayOfMonth = 9, hour = 17, minute = 51, second = 8),
80672, 80672,
ApplicationLayer.CMDHistoryEventDetail.MultiwaveBolusEnded(193, 37, 30) ApplicationLayer.CMDHistoryEventDetail.MultiwaveBolusEnded(193, 37, 30, true)
), ),
ApplicationLayer.CMDHistoryEvent( ApplicationLayer.CMDHistoryEvent(