Closed jordanbreen28 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.08%. Comparing base (
5603c13
) to head (463a1ba
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
Fixes a unit test wrongly configured in https://github.com/puppetlabs/ruby-pwsh/pull/334. The
invalid_directories?
method should return true if passed a path that exists, but is a file. As we did not mock File.exists? the incorrect test went unnoticed.Additional Context
Add any additional context about the problem here.
Related Issues (if any)
Mention any related issues or pull requests.
Checklist