Skip to content

Commit

Permalink
Update LoggerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sugenganthos authored Aug 27, 2018
1 parent 2832ac7 commit 0b3f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Log/LoggerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public function testLogLevels()
$config = new LoggerConfig();
$logger = new Logger($config);

$expected = 'DEBUG - ' . date('Y-m-d') . ' --> Test message';
$expected = 'WARNING - ' . date('Y-m-d') . ' --> Test message';

$logger->log(5, 'Test message');

Expand Down

0 comments on commit 0b3f5f8

Please sign in to comment.