Skip to content

Commit 3e70e79

Browse files
oliverkleeJakeQZ
andcommitted
Update tests/Unit/OutputFormatterTest.php
Co-authored-by: JakeQZ <[email protected]>
1 parent 9870e76 commit 3e70e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/OutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function spaceAfterListArgumentSeparatorReturnsSpaceSetForSpecificSeparat
173173
/**
174174
* @test
175175
*/
176-
public function spaceAfterListArgumentSeparatorForNoExistingSpaceAfterProvidedSeparatorReturnsDefaultSeparator(
176+
public function spaceAfterListArgumentSeparatorWithoutSpecificSettingReturnsDefaultSpace(
177177
): void {
178178
$space = ' ';
179179
$this->outputFormat->setSpaceAfterListArgumentSeparators([',' => $space]);

0 commit comments

Comments
 (0)