diff options
Diffstat (limited to 'tests/mailtest.cpp')
-rw-r--r-- | tests/mailtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mailtest.cpp b/tests/mailtest.cpp index d45187e..70d60bb 100644 --- a/tests/mailtest.cpp +++ b/tests/mailtest.cpp | |||
@@ -270,7 +270,7 @@ void MailTest::testMarkMailAsRead() | |||
270 | 270 | ||
271 | void MailTest::testCreateDraft() | 271 | void MailTest::testCreateDraft() |
272 | { | 272 | { |
273 | if (!mCapabilities.contains("drafts")) { | 273 | if (!mCapabilities.contains(ResourceCapabilities::Mail::drafts)) { |
274 | QSKIP("Resource doesn't have the drafts capability"); | 274 | QSKIP("Resource doesn't have the drafts capability"); |
275 | } | 275 | } |
276 | 276 | ||