comboctl-parser: Fix typo in E2BatteryEmptyErrorScreenParsing test

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
This commit is contained in:
Carlos Rafael Giani 2023-03-13 21:45:25 +01:00
parent bec7a4aa97
commit 9979331ef0

View file

@ -704,7 +704,7 @@ class ParserTest {
fun checkE2BatteryEmptyErrorScreenParsing() {
val testScreens = listOf(
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) {