We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99d919 commit a3da824Copy full SHA for a3da824
plugins/hls-class-plugin/test/Main.hs
@@ -98,9 +98,8 @@ codeActionTests = testGroup
98
action <- head . concatMap (^.. _CACodeAction) <$> getAllCodeActions doc
99
executeCodeAction action
100
_ <- waitForDiagnostics
101
- -- TODO: uncomment this after lsp-test fixed
102
- -- ver3 <- (^.J.version) <$> getVersionedDoc doc
103
- -- liftIO $ ver3 @?= Just 3
+ ver3 <- (^. L.version) <$> getVersionedDoc doc
+ liftIO $ ver3 @?= 2
104
pure mempty
105
]
106
0 commit comments