Skip to content

Commit

Permalink
Fix typo in subtest name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason A. Crome committed Dec 18, 2023
1 parent 4bcfd04 commit 7e24385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/logger.t
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ subtest 'log level and capture' => sub {
is_deeply $trap->read, [];
};

subtest 'logger enging hooks' => sub {
subtest 'logger engine hooks' => sub {
# before hook can change log level or message.
hook 'engine.logger.before' => sub {
my $logger = shift; # @_ = ( $level, @message_args )
Expand Down

0 comments on commit 7e24385

Please sign in to comment.