Skip to content

Commit 7f2b842

Browse files
committed
fix test
1 parent 52be8d2 commit 7f2b842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ initializeResponseTests = withResource acquire release tests where
193193
, chk "NO doc link" _documentLinkProvider Nothing
194194
, chk "NO color" _colorProvider (Just $ InL False)
195195
, chk "NO folding range" _foldingRangeProvider (Just $ InL False)
196-
, che " execute command" _executeCommandProvider [extendImportCommandId, typeLensCommandId, blockCommandId]
196+
, che " execute command" _executeCommandProvider [blockCommandId, extendImportCommandId, typeLensCommandId]
197197
, chk " workspace" _workspace (Just $ WorkspaceServerCapabilities (Just WorkspaceFoldersServerCapabilities{_supported = Just True, _changeNotifications = Just ( InR True )}))
198198
, chk "NO experimental" _experimental Nothing
199199
] where

0 commit comments

Comments
 (0)