Skip to content

Commit cb23bdb

Browse files
authored
Remove space
1 parent 766df8c commit cb23bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Cache/Handlers/RedisHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public static function provideDeleteMatching(): iterable
179179
// key_1, key_10, key_11, key_12, key_13, key_14, key_15, key_16, key_17, key_18, key_19, key_100, key_101
180180
yield 'prefix' => ['key_1*', 13];
181181

182-
// Given the key "*1", deleteMatching() should delete 11 keys:
182+
// Given the key "*1", deleteMatching() should delete 11 keys:
183183
// key_1, key_11, key_21, key_31, key_41, key_51, key_61, key_71, key_81, key_91, key_101
184184
yield 'suffix' => ['*1', 11];
185185

0 commit comments

Comments
 (0)