Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackysze committed May 13, 2024
1 parent 04e174b commit ae89b4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ir_Toshiba.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,15 +492,13 @@ String IRToshibaAC::toString(void) const {
result += addBoolToString(getFilter(), kFilterStr);
}
switch (getRemoteControl()) {
case kToshibaAcRemoteA:
result += addLabeledString(kToshibaRemoteControlTypeA,
kRemoteControlType);
break;
case kToshibaAcRemoteB:
result += addLabeledString(kToshibaRemoteControlTypeB,
kRemoteControlType);
break;
default:
result += addLabeledString(kToshibaRemoteControlTypeA,
kRemoteControlType);
break;
}
return result;
Expand Down

0 comments on commit ae89b4b

Please sign in to comment.