Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 812d8d9

Browse files
GromNaNjmikola
andcommitted
Update tests/Query/BuilderTest.php
Co-authored-by: Jeremy Mikola <[email protected]>
1 parent 20ec87c commit 812d8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Query/BuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public static function provideExceptions(): iterable
326326
fn (Builder $builder) => $builder->whereBetween('id', ['min' => 1, 'max' => 2]),
327327
];
328328

329-
yield 'whereBetween nested' => [
329+
yield 'whereBetween array too short (nested)' => [
330330
\InvalidArgumentException::class,
331331
'Between $values must be a list with exactly two elements: [min, max]',
332332
fn (Builder $builder) => $builder->whereBetween('id', [[1, 2]]),

0 commit comments

Comments
 (0)