The multi-PV test was expecting a directory that hadn't been created. The missing dir (among others) and its contents get deleted a few lines below, so I fixed the path to not include that dir.
Added a check for the file that was missing, which should have been there all along and cause the test to fail.
Checklist (Delete lines that don't apply)
[x] Unit tests have been added or updated
[x] All ci tests pass (green)
[x] An issue has been created (which will be used for the changelog)
Resolves #113
Pull Request Description
Checklist (Delete lines that don't apply)