Skip to content

Commit 45b4890

Browse files
committed
Fix test
1 parent e728837 commit 45b4890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Connection/ImapQueryBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,5 @@ function (ImapQueryBuilder $q) {
242242

243243
$builder->uid([2, 3, 5]);
244244

245-
expect($builder->toImap())->toBe('UID 2,3');
245+
expect($builder->toImap())->toBe('UID 2,3,5');
246246
});

0 commit comments

Comments
 (0)