Pass arguments in correct order to QCOMPARE
It is actual, expected .
This commit is contained in:
parent
f20f489999
commit
21712668ee
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void NetworkPackageTests::networkPackageEncryptionTest()
|
|||
original.decrypt(privateKey, &decrypted);
|
||||
QByteArray decryptedJson = decrypted.serialize();
|
||||
|
||||
QCOMPARE(QString(json), QString(decryptedJson));
|
||||
QCOMPARE(QString(decryptedJson), QString(json));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue