Skip to content

Commit 0fdd4e6

Browse files
committed
Update invisible_built_in_style expected exception message
1 parent 274abbb commit 0fdd4e6

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
@@ -48,7 +48,7 @@ public function test_invalid_custom_style()
4848
public function test_invisible_built_in_style()
4949
{
5050
$this->expectException(InvalidArgumentException::class);
51-
$this->expectExceptionMessage('Built-in styles cannot be invisible (matching background and foreground)');
51+
$this->expectExceptionMessage('Built-in styles cannot be invisible');
5252

5353
Color::style('error', ['bg' => Color::RED, 'fg' => Color::RED]);
5454
}

0 commit comments

Comments
 (0)