Skip to content

Commit a03478d

Browse files
committed
Identify incorrect category
1 parent 7778596 commit a03478d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xt/search-categories.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sub test-ref ($ref) {
3838
my $contents = $ref<contents>.cache;
3939
for $contents<> -> $item {
4040
is $item.elems, 2, "Correct dimension for a search anchor '$contents.Str()' $ref<file>";
41-
ok $item[0] (elem) @categories, 'It has correct category';
41+
ok $item[0] (elem) @categories, "$item[0]」 is a valid category";
4242
}
4343
}
4444

0 commit comments

Comments
 (0)