Skip to content

Commit d5ebab3

Browse files
committed
fix test
1 parent 9c85641 commit d5ebab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ghcide/test/exe/Main.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5087,6 +5087,7 @@ clientSettingsTest :: TestTree
50875087
clientSettingsTest = testGroup "client settings handling"
50885088
[ testSession "ghcide restarts shake session on config changes" $ do
50895089
void $ skipManyTill anyMessage $ message SClientRegisterCapability
5090+
void $ createDoc "A.hs" "haskell" "module A where"
50905091
waitForProgressDone
50915092
sendNotification SWorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))
50925093
skipManyTill anyMessage restartingBuildSession

0 commit comments

Comments
 (0)