more OsPath conversion

Sponsored-by: mycroft
This commit is contained in:
Joey Hess 2025-01-28 15:46:00 -04:00
parent 917c43f31f
commit 22c2451e26
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
11 changed files with 46 additions and 44 deletions

2
Key.hs
View file

@ -86,7 +86,7 @@ instance Arbitrary KeyData where
instance Arbitrary AssociatedFile where
arbitrary = AssociatedFile
. fmap (toRawFilePath . fromTestableFilePath)
. fmap (toOsPath . fromTestableFilePath)
<$> arbitrary
instance Arbitrary Key where