Skip to content

Commit 85815ca

Browse files
committed
fix test
1 parent 793be94 commit 85815ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ghcide/test/exe/Main.hs

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

0 commit comments

Comments
 (0)