mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-26 10:19:57 +00:00
wayland support
This commit is contained in:
@ -64,8 +64,7 @@ void TestExtQuotes::test_run()
|
||||
|
||||
for (auto &type : types) {
|
||||
QCOMPARE(firstValue[extQuotes->tag(type)].toDouble(), 0.0);
|
||||
QVERIFY((cache[type].toDouble() >= price.first)
|
||||
&& (cache[type].toDouble() <= price.second));
|
||||
QVERIFY((cache[type].toDouble() >= price.first) && (cache[type].toDouble() <= price.second));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user