Skip to content

Commit cbda500

Browse files
committed
Make hls-test-root name shorter
1 parent a7ad2c6 commit cbda500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls-test-utils/src/Test/Hls.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ instance Default (TestConfig b) where
609609
setupTestEnvironment :: IO FilePath
610610
setupTestEnvironment = do
611611
tmpDirRoot <- getTemporaryDirectory
612-
let testRoot = tmpDirRoot </> "hls-test-root"
612+
let testRoot = tmpDirRoot </> "hls-tests"
613613
createDirectoryIfMissing True testRoot
614614
pure testRoot
615615

0 commit comments

Comments
 (0)