Skip to content

Commit

Permalink
Fix test in GetHomeDirectory001.hs to use XdgState
Browse files Browse the repository at this point in the history
  • Loading branch information
bitc authored and Rufflewind committed Jul 13, 2023
1 parent 9389060 commit 0441e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GetHomeDirectory001.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ main _t = do
_ <- getXdgDirectory XdgCache "test"
_ <- getXdgDirectory XdgConfig "test"
_ <- getXdgDirectory XdgData "test"
_ <- getXdgDirectory XdgCache "test"
_ <- getXdgDirectory XdgState "test"
_ <- getUserDocumentsDirectory
_ <- getTemporaryDirectory
return ()

0 comments on commit 0441e3b

Please sign in to comment.