Skip to content

Commit 0441e3b

Browse files
bitcRufflewind
authored andcommittedJul 13, 2023
Fix test in GetHomeDirectory001.hs to use XdgState
1 parent 9389060 commit 0441e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/GetHomeDirectory001.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main _t = do
1010
_ <- getXdgDirectory XdgCache "test"
1111
_ <- getXdgDirectory XdgConfig "test"
1212
_ <- getXdgDirectory XdgData "test"
13-
_ <- getXdgDirectory XdgCache "test"
13+
_ <- getXdgDirectory XdgState "test"
1414
_ <- getUserDocumentsDirectory
1515
_ <- getTemporaryDirectory
1616
return ()

0 commit comments

Comments
 (0)
Please sign in to comment.