Skip to content

Commit 50154f7

Browse files
committed
Fixed unit test
1 parent 837fe20 commit 50154f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Modifier/Codec/CodecTest.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class CodecTest extends TestCase
3030
Assert::exception(
3131
static fn () => $codec->modifiersToPath('test'),
3232
InvalidArgumentException::class,
33-
'Can not decode value of type string, the value must be array<string, string|numeric|bool>.',
33+
'Can not transform value of type string, the value must be array<string, string|numeric|bool>.',
3434
);
3535
}
3636

0 commit comments

Comments
 (0)