mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-26 18:29:58 +00:00
fix: remove deprecations from test cases
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user