Skip to content

Commit 6bf4721

Browse files
committed
Fixed cppcheck-opensource#4479 (GUI tests fail)
1 parent c834bba commit 6bf4721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/test/translationhandler/testtranslationhandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
void TestTranslationHandler::construct()
2525
{
2626
TranslationHandler handler;
27-
QCOMPARE(handler.GetNames().size(), 11);
27+
QCOMPARE(handler.GetNames().size(), 13); // 12 translations + english
2828
QCOMPARE(handler.GetCurrentLanguage(), QString("en"));
2929
}
3030

0 commit comments

Comments
 (0)