Skip to content

Commit

Permalink
logger test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aleswita committed Jan 26, 2024
1 parent bbe8c90 commit ebfe763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/TranslatorTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ final class TranslatorTest extends TestAbstract
$level,
$message,
array $context = []
)
): void
{
Assert::same(LogLevel::NOTICE, $level);
Assert::same('Missing translation', $message);
Expand Down

0 comments on commit ebfe763

Please sign in to comment.