diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-06-09 13:48:23 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-06-14 11:51:35 +0200 |
| commit | 5200f18b3a65fa49d2b9a9a3f8abc445e663830f (patch) | |
| tree | 3d91c44fca7b4e4f9466e8907b5c268a91ada66b /tests | |
| parent | 1a3e39ffa34abea9b7b15c46f611db403e00d33c (diff) | |
| download | qxmpp-5200f18b3a65fa49d2b9a9a3f8abc445e663830f.tar.gz | |
Fix typos in documentation and tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qxmppclient/tst_qxmppclient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qxmppclient/tst_qxmppclient.cpp b/tests/qxmppclient/tst_qxmppclient.cpp index aef16601..7816cb81 100644 --- a/tests/qxmppclient/tst_qxmppclient.cpp +++ b/tests/qxmppclient/tst_qxmppclient.cpp @@ -29,7 +29,7 @@ private slots: void testIndexOfExtension(); - void testE2eeEncryption(); + void testE2eeExtension(); private: QXmppClient *client; @@ -115,7 +115,7 @@ public: } }; -void tst_QXmppClient::testE2eeEncryption() +void tst_QXmppClient::testE2eeExtension() { QXmppClient client; EncryptionExtension encrypter; |
