Skip to content

Commit 9870e76

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

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
@@ -229,7 +229,7 @@ public function implodeWithMultipleStringValuesReturnsValuesSeparatedBySeparator
229229
$values = [$value1, $value2];
230230
$separator = ', ';
231231

232-
$result = $this->subject->implode(', ', $values);
232+
$result = $this->subject->implode($separator, $values);
233233

234234
self::assertSame($value1 . $separator . $value2, $result);
235235
}

0 commit comments

Comments
 (0)