Skip to content

Commit

Permalink
Fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 29, 2024
1 parent e066259 commit c231cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/command_learn.t
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ subtest 'Snippets added' => sub {
like $good->first->slurp, qr/Copyright Holder/, 'right content';
};

subtest 'Output snippets' => sub {
subtest 'Output license patterns' => sub {
my $buffer = '';
{
open my $handle, '>', \$buffer;
Expand Down

0 comments on commit c231cec

Please sign in to comment.