Skip to content

Commit

Permalink
Update unit test broken by previous commit
Browse files Browse the repository at this point in the history
ie commit bc43371.
  • Loading branch information
pcolby committed Nov 13, 2023
1 parent bc43371 commit f7fb3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lib/teststatusservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ void TestStatusService::parseStatus()
QTest::ignoreMessage(QtWarningMsg, QRegularExpression(QStringLiteral(
R"(^Status requires \d+ byte/s, but only \d+ present: 0x[a-zA-Z0-9,]*$)")));
}
if (value.size() > 6) {
if (value.size() > 8) {
QTest::ignoreMessage(QtWarningMsg, QRegularExpression(QStringLiteral(
R"(^Status has \d+ extraneous byte/s: 0x[a-zA-Z0-9,]*$)")));
}
Expand Down

0 comments on commit f7fb3e6

Please sign in to comment.