Skip to content

Commit

Permalink
slight improvement to output
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Nov 14, 2022
1 parent c971f1c commit 830d524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/search-categories.t
Expand Up @@ -42,7 +42,7 @@ if Test-Files.all-files {
skip "Can't check category usage when testing subset of files", 1;
}

sub test-ref ($ref) {
sub test-ref ($ref) is test-assertion {
my $contents = $ref<contents>.cache;
for $contents<> -> $item {
my $category = $item[0];
Expand Down

0 comments on commit 830d524

Please sign in to comment.