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

@ -42,7 +42,7 @@ void TestExtItemAggregator::test_values()
{
QCOMPARE(aggregator->type(), type);
QCOMPARE(aggregator->uniqNumber(), 0);
QCOMPARE(aggregator->items().count(), 0);
QCOMPARE(aggregator->items().length(), 0);
}