mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-27 10:49:59 +00:00
fix hddevices test
This commit is contained in:
@ -74,6 +74,12 @@ void TestAWKeys::cleanupTestCase()
|
||||
}
|
||||
|
||||
|
||||
void TestAWKeys::test_hddDevices()
|
||||
{
|
||||
QVERIFY(plugin->getHddDevices().count() >= 2);
|
||||
}
|
||||
|
||||
|
||||
void TestAWKeys::test_dictKeys()
|
||||
{
|
||||
QStringList keys = plugin->dictKeys();
|
||||
|
Reference in New Issue
Block a user