fix: remove deprecations from test cases

This commit is contained in:
2024-03-28 01:57:18 +02:00
parent b0df3535a5
commit d71f85eaad
7 changed files with 23 additions and 23 deletions

View File

@ -120,7 +120,7 @@ void TestExtWeather::run()
// image should be only one symbol here
if (extWeather->jsonMapFile().isEmpty())
QSKIP("No json map found for weather, skip image test");
QCOMPARE(arguments[extWeather->tag("weather")].toString().count(), 1);
QCOMPARE(arguments[extWeather->tag("weather")].toString().length(), 1);
}