Skip to content

Commit 34495bb

Browse files
oliverkleeJakeQZ
andauthored
Update tests/Unit/OutputFormatTest.php
Co-authored-by: JakeQZ <[email protected]>
1 parent c1ab2ff commit 34495bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/OutputFormatTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public function setSpaceBeforeListArgumentSeparatorProvidesFluentInterface(): vo
443443
/**
444444
* @test
445445
*/
446-
public function getSpaceAfterListArgumentSeparatorInitiallyEmptyString(): void
446+
public function getSpaceAfterListArgumentSeparatorInitiallyReturnsEmptyString(): void
447447
{
448448
self::assertSame('', $this->subject->getSpaceAfterListArgumentSeparator());
449449
}

0 commit comments

Comments
 (0)