Skip to content

Commit 6d01077

Browse files
committed
More fixes
1 parent e6d4d47 commit 6d01077

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-refactor-plugin/test

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ initializeTests = withResource acquire release tests
8181
where
8282
tests :: IO (TResponseMessage Method_Initialize) -> TestTree
8383
tests getInitializeResponse = testGroup "initialize response capabilities"
84-
[ chk " code action" _codeActionProvider (Just (InR (CodeActionOptions {_workDoneProgress = Nothing, _codeActionKinds = Nothing, _resolveProvider = Just False})))
84+
[ chk " code action" _codeActionProvider (Just (InR (CodeActionOptions {_workDoneProgress = Just False, _codeActionKinds = Nothing, _resolveProvider = Just False})))
8585
, che " execute command" _executeCommandProvider [extendImportCommandId]
8686
]
8787
where

0 commit comments

Comments
 (0)