Skip to content

Commit 5218ce2

Browse files
committed
Run the test for now since it tests real functionality
1 parent a23e6d2 commit 5218ce2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/Integration/FoldersTest.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,5 @@
106106
test('quota', function () {
107107
$folder = mailbox()->inbox();
108108

109-
expect($folder->quota())
110-
->toBeArray()
111-
->toHaveKeys(['STORAGE', 'MESSAGE', 'usage', 'limit']);
112-
})
113-
->skip(true, 'Greenamil does not properly support IMAP quotas currently.');
109+
expect($folder->quota())->toBeArray();
110+
});

0 commit comments

Comments
 (0)