Skip to content

Commit 0b3e537

Browse files
committed
Fix incorrect unit test
1 parent 83f20c8 commit 0b3e537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/KeySizeValueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function provideKeySize(): array
4848
'invalid with fractional' => [false, '1.'],
4949
'invalid negative' => [false, '-1234'],
5050
'invalid with thousands-delimiter' => [false, '1,234'],
51-
'valid with whitespace collapse' => [true, " 1 234 \n"],
51+
'valid with whitespace collapse' => [true, " 1234 \n"],
5252
];
5353
}
5454
}

0 commit comments

Comments
 (0)