We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ad2c6 commit cbda500Copy full SHA for cbda500
hls-test-utils/src/Test/Hls.hs
@@ -609,7 +609,7 @@ instance Default (TestConfig b) where
609
setupTestEnvironment :: IO FilePath
610
setupTestEnvironment = do
611
tmpDirRoot <- getTemporaryDirectory
612
- let testRoot = tmpDirRoot </> "hls-test-root"
+ let testRoot = tmpDirRoot </> "hls-tests"
613
createDirectoryIfMissing True testRoot
614
pure testRoot
615
0 commit comments