Skip to content

Commit

Permalink
xt should check ChangeLog now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tux committed Jan 17, 2025
1 parent 552fbf2 commit e7543eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/60_changelog.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ use Test::More;
eval "use Test::CPAN::Changes";
plan skip_all => "Test::CPAN::Changes required for this test" if $@;

changes_file_ok ("Changes");
changes_file_ok ("ChangeLog");

done_testing;

0 comments on commit e7543eb

Please sign in to comment.