Skip to content

Commit a3da824

Browse files
authored
Fix it (#4038)
1 parent d99d919 commit a3da824

File tree

1 file changed

+2
-3
lines changed
  • plugins/hls-class-plugin/test

1 file changed

+2
-3
lines changed

plugins/hls-class-plugin/test/Main.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ codeActionTests = testGroup
9898
action <- head . concatMap (^.. _CACodeAction) <$> getAllCodeActions doc
9999
executeCodeAction action
100100
_ <- waitForDiagnostics
101-
-- TODO: uncomment this after lsp-test fixed
102-
-- ver3 <- (^.J.version) <$> getVersionedDoc doc
103-
-- liftIO $ ver3 @?= Just 3
101+
ver3 <- (^. L.version) <$> getVersionedDoc doc
102+
liftIO $ ver3 @?= 2
104103
pure mempty
105104
]
106105

0 commit comments

Comments
 (0)