stop testing failed commands
This commit is contained in:
parent
17c61db256
commit
76a0e93ee2
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class OmnipodDashPodStateManagerImpl @Inject constructor(
|
|||
CommandConfirmationSuccess -> {
|
||||
podState.activeCommand = null
|
||||
|
||||
source.onSuccess(CommandConfirmed(activeCommand.historyId, false)) // TODO: remove test
|
||||
source.onSuccess(CommandConfirmed(activeCommand.historyId, true))
|
||||
}
|
||||
|
||||
NoActiveCommand -> {
|
||||
|
|
Loading…
Reference in a new issue