File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import Development.IDE.Test (Cursor,
53
53
getInterfaceFilesDir ,
54
54
waitForAction ,
55
55
getStoredKeys ,
56
- waitForTypecheck , waitForGC )
56
+ waitForTypecheck , waitForGC , configureCheckProject )
57
57
import Development.IDE.Test.Runfiles
58
58
import qualified Development.IDE.Types.Diagnostics as Diagnostics
59
59
import Development.IDE.Types.Location
@@ -1603,10 +1603,7 @@ extendImportTests = testGroup "extend import actions"
1603
1603
codeActionTitle CodeAction {_title= x} = x
1604
1604
1605
1605
template setUpModules moduleUnderTest range expectedTitles expectedContentB = do
1606
- sendNotification SWorkspaceDidChangeConfiguration
1607
- (DidChangeConfigurationParams $ toJSON
1608
- def{checkProject = overrideCheckProject})
1609
-
1606
+ configureCheckProject overrideCheckProject
1610
1607
1611
1608
mapM_ (\ x -> createDoc (fst x) " haskell" (snd x)) setUpModules
1612
1609
docB <- createDoc (fst moduleUnderTest) " haskell" (snd moduleUnderTest)
You can’t perform that action at this time.
0 commit comments