Skip to content

Commit 4b95583

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

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
@@ -307,7 +307,7 @@ public function provideUnchangedStringForRemoveLastSemicolon(): array
307307
{
308308
return [
309309
'empty string' => [''],
310-
'string without semicolon' => ['Earl Grey: hot'],
310+
'string without semicolon' => ['earl-grey: hot'],
311311
'string with trailing semicolon' => ['Earl Grey: hot;'],
312312
'string with semicolon in the middle' => ['Earl Grey: hot; Coffee: Americano'],
313313
'string with semicolons in the middle and trailing' => ['Earl Grey: hot; Coffee: Americano;'],

0 commit comments

Comments
 (0)