diff --git a/tests/auto/rules/testrules.cpp b/tests/auto/rules/testrules.cpp index d02819c0..80d2a4cd 100644 --- a/tests/auto/rules/testrules.cpp +++ b/tests/auto/rules/testrules.cpp @@ -167,7 +167,7 @@ void TestRules::loadStoreConfig() eventDescriptor1.insert("paramDescriptors", QVariantList()); QVariantMap eventDescriptor2; - eventDescriptor2.insert("eventTypeId", mockEvent1Id); + eventDescriptor2.insert("eventTypeId", mockEvent2Id); eventDescriptor2.insert("deviceId", m_mockDeviceId); eventDescriptor2.insert("paramDescriptors", QVariantList()); QVariantList eventParamDescriptors;