File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE GADTs #-}
2
2
module ClientSettingsTests (tests ) where
3
3
4
- import Config (lspTestCaps , testWithConfig )
4
+ import Config (lspTestCaps , testWithConfig ,
5
+ testWithDummyPluginEmpty )
5
6
import Control.Applicative.Combinators
6
7
import Control.Monad
7
8
import Data.Aeson (toJSON )
@@ -18,11 +19,10 @@ import Language.LSP.Test
18
19
import Test.Hls (testConfigCaps ,
19
20
waitForProgressDone )
20
21
import Test.Tasty
21
- import TestUtils
22
22
23
23
tests :: TestTree
24
24
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
26
26
setIgnoringLogNotifications False
27
27
void $ createDoc " A.hs" " haskell" " module A where"
28
28
waitForProgressDone
You can’t perform that action at this time.
0 commit comments