Skip to content

Commit 7459cd3

Browse files
oliverkleeJakeQZ
andcommitted
Update tests/Unit/OutputFormatterTest.php
Co-authored-by: JakeQZ <[email protected]>
1 parent 96092a5 commit 7459cd3

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
@@ -146,7 +146,7 @@ public function spaceBeforeListArgumentSeparatorReturnsSpaceSetForSpecificSepara
146146
/**
147147
* @test
148148
*/
149-
public function spaceBeforeListArgumentSeparatorForNoExistingSpaceBeforeProvidedSeparatorReturnsDefaultSeparator(
149+
public function spaceBeforeListArgumentSeparatorWithoutSpecificSettingReturnsDefaultSpace(
150150
): void {
151151
$space = ' ';
152152
$this->outputFormat->setSpaceBeforeListArgumentSeparators([',' => $space]);

0 commit comments

Comments
 (0)