Skip to content

Commit 0d0ec1e

Browse files
authored
Migrate ClientSettingsTests (#4258)
1 parent 4ebe191 commit 0d0ec1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ghcide/test/exe/ClientSettingsTests.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{-# LANGUAGE GADTs #-}
22
module ClientSettingsTests (tests) where
33

4-
import Config (lspTestCaps, testWithConfig)
4+
import Config (lspTestCaps, testWithConfig,
5+
testWithDummyPluginEmpty)
56
import Control.Applicative.Combinators
67
import Control.Monad
78
import Data.Aeson (toJSON)
@@ -18,11 +19,10 @@ import Language.LSP.Test
1819
import Test.Hls (testConfigCaps,
1920
waitForProgressDone)
2021
import Test.Tasty
21-
import TestUtils
2222

2323
tests :: TestTree
2424
tests = testGroup "client settings handling"
25-
[ testWithConfig "ghcide restarts shake session on config changes" def {testConfigCaps = lspTestCaps} $ do
25+
[ testWithDummyPluginEmpty "ghcide restarts shake session on config changes" $ do
2626
setIgnoringLogNotifications False
2727
void $ createDoc "A.hs" "haskell" "module A where"
2828
waitForProgressDone

0 commit comments

Comments
 (0)