Re: fixing a test I don't understand in community-modules
[email protected] (David Emanuel da Costa Santiago) Thu, 25 Sep 2025 19:35:47 +0000
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
It seems a test issue. The same test in line 18 returns 2 and at a glance i don't see any change to dir1. Best regards, David Santiago A qua, 24-09-2025 às 23:35 +0200, Marc Chantreux escreveu: > hello people, > > I just fixed a typo in the File::Find module but the CI raise an > error > at t/01-file-find.rakutest:115 > > https://github.com/raku-community-modules/File-Find/actions/runs/17989037165/job/51174437732 > > the thing is I don't understand why the second file shouldn't be > found > so I don't get the meaning of the test so I can't fix it. > > help is warmly welcome. > > regards