mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-18 17:28:05 -04:00
Unit tests run on windows-latest, where '|' is an invalid filename character and is rewritten by ReplacementCharacters, so the assertions failed on CI. Use ' - ' instead, which is valid on all platforms. Co-authored-by: rmcrackan <rmcrackan@gmail.com>