Skip to content

Commit 5c6d33a

Browse files
committed
Remove HoverContentsEmpty
Closes haskell#1246
1 parent 756bd48 commit 5c6d33a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

submodules/haskell-lsp

test/functional/DeferredSpec.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec = do
2929

3030
skipMany anyNotification
3131
hoverRsp <- message :: Session HoverResponse
32-
liftIO $ hoverRsp ^? result . _Just . _Just . contents `shouldBe` (Just HoverContentsEmpty)
32+
liftIO $ hoverRsp ^? result . _Just . _Just . contents `shouldBe` Nothing
3333
liftIO $ hoverRsp ^. LSP.id `shouldBe` responseId id1
3434

3535
id2 <- sendRequest TextDocumentDocumentSymbol (DocumentSymbolParams doc)

0 commit comments

Comments
 (0)