Skip to content

Commit 3182ee4

Browse files
committed
Fix flaky test
1 parent 4b3aeda commit 3182ee4

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())->toBe([
20+
expect($mailbox->capabilities())->toEqualCanonicalizing([
2121
'IMAP4rev1',
2222
'LITERAL+',
2323
'UIDPLUS',

0 commit comments

Comments
 (0)