comboctl-parser: Fix typo in E2BatteryEmptyErrorScreenParsing test
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
This commit is contained in:
parent
bec7a4aa97
commit
9979331ef0
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ class ParserTest {
|
||||||
fun checkE2BatteryEmptyErrorScreenParsing() {
|
fun checkE2BatteryEmptyErrorScreenParsing() {
|
||||||
val testScreens = listOf(
|
val testScreens = listOf(
|
||||||
Pair(testFrameE2BatteryEmptyErrorScreen0, AlertScreenContent.None),
|
Pair(testFrameE2BatteryEmptyErrorScreen0, AlertScreenContent.None),
|
||||||
Pair(testFrameE2BatteryEmptyErrorScreen1, AlertScreenContent.Error(2, AlertScreenContent.AlertScreenState.TO_CONFIRM))
|
Pair(testFrameE2BatteryEmptyErrorScreen1, AlertScreenContent.Error(2, AlertScreenContent.AlertScreenState.ERROR_TEXT))
|
||||||
)
|
)
|
||||||
|
|
||||||
for (testScreen in testScreens) {
|
for (testScreen in testScreens) {
|
||||||
|
|
Loading…
Reference in a new issue