stop testing failed commands

This commit is contained in:
Andrei Vereha 2021-06-03 22:19:51 +02:00
parent 17c61db256
commit 76a0e93ee2

View file

@ -261,7 +261,7 @@ class OmnipodDashPodStateManagerImpl @Inject constructor(
CommandConfirmationSuccess -> { CommandConfirmationSuccess -> {
podState.activeCommand = null podState.activeCommand = null
source.onSuccess(CommandConfirmed(activeCommand.historyId, false)) // TODO: remove test source.onSuccess(CommandConfirmed(activeCommand.historyId, true))
} }
NoActiveCommand -> { NoActiveCommand -> {