Skip to content

Commit d1261e7

Browse files
committed
Fix flaky test
1 parent 3182ee4 commit d1261e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/MailboxTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
test('capabilities', function () {
1818
$mailbox = mailbox();
1919

20-
expect($mailbox->capabilities())->toEqualCanonicalizing([
20+
expect(array_flip($mailbox->capabilities()))->toHaveKeys([
2121
'IMAP4rev1',
2222
'LITERAL+',
2323
'UIDPLUS',

0 commit comments

Comments
 (0)