mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 22:05:48 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -73,8 +73,7 @@ void TestAWListFormatter::test_filter()
|
||||
value.sort();
|
||||
formatter->setFilter(QString("(^%1$)").arg(filters.join("$|^")));
|
||||
|
||||
QCOMPARE(formatter->convert(value).split(separator).count(),
|
||||
filters.count());
|
||||
QCOMPARE(formatter->convert(value).split(separator).count(), filters.count());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user