Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Feb 8, 2024
1 parent e6d4d47 commit 6d01077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-refactor-plugin/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ initializeTests = withResource acquire release tests
where
tests :: IO (TResponseMessage Method_Initialize) -> TestTree
tests getInitializeResponse = testGroup "initialize response capabilities"
[ chk " code action" _codeActionProvider (Just (InR (CodeActionOptions {_workDoneProgress = Nothing, _codeActionKinds = Nothing, _resolveProvider = Just False})))
[ chk " code action" _codeActionProvider (Just (InR (CodeActionOptions {_workDoneProgress = Just False, _codeActionKinds = Nothing, _resolveProvider = Just False})))
, che " execute command" _executeCommandProvider [extendImportCommandId]
]
where
Expand Down

0 comments on commit 6d01077

Please sign in to comment.