Skip to content

Commit

Permalink
Fix unit test compilation warning/error.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <[email protected]>
  • Loading branch information
allexzander committed Jan 22, 2024
1 parent cd04ce2 commit 304e3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testclientsideencryptionv2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private slots:
privateKey = e2etestsfakecertprivatekey.readAll();
}

QVERIFY(cert.isNull());
QVERIFY(!cert.isNull());
QVERIFY(!publicKey.isNull());
QVERIFY(!privateKey.isEmpty());

Expand Down

0 comments on commit 304e3e0

Please sign in to comment.