Skip to content

Commit 14a2def

Browse files
authored
Merge pull request #1 from daemonu/patch-2
test: fix color.comment test
2 parents b578d9a + 1c4cf7a commit 14a2def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Output/ColorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function test_methods($method, $color)
2424

2525
public function test_comment()
2626
{
27-
$this->assertSame("\033[0;100mcomment\033[0m", (new Color)->comment('comment'));
27+
$this->assertSame("\033[2;37mcomment\033[0m", (new Color)->comment('comment'));
2828
}
2929

3030
public function test_custom_style()

0 commit comments

Comments
 (0)