Skip to content

Commit 1b5df39

Browse files
committed
Finish Test-Files documents|pods refactoring closes #2047
1 parent d8eb08f commit 1b5df39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/02-pod-valid.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Ensure any text that isn't a code example is valid C<Pod 6>.
1515

1616
my $max-jobs = %*ENV<TEST_THREADS> // 2;
1717

18-
my @files-pod = Test-Files.files.grep({$_.ends-with: '.pod6'});
18+
my @files-pod = Test-Files.pods;
1919
plan +@files-pod;
2020

2121
my %data;

0 commit comments

Comments
 (0)