fix device count in test
This commit is contained in:
parent
0492306f3b
commit
6a60dbe2af
@ -301,7 +301,7 @@ void TestDevices::getConfiguredDevices()
|
||||
QVariant response = injectAndWait("Devices.GetConfiguredDevices");
|
||||
|
||||
QVariantList devices = response.toMap().value("params").toMap().value("devices").toList();
|
||||
QCOMPARE(devices.count(), 3); // There should be one auto created mock device, one auto today device and the one created in initTestcase()
|
||||
QCOMPARE(devices.count(), 2); // There should be one auto created mock device and one created in initTestcase()
|
||||
}
|
||||
|
||||
void TestDevices::storedDevices()
|
||||
|
||||
Reference in New Issue
Block a user