Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
WIP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed Jun 8, 2020
1 parent d101e32 commit c70f68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ initializeResponseTests = withResource acquire release tests where
, chk " completion" _completionProvider (Just $ CompletionOptions (Just False) (Just ["."]) Nothing)
, chk "NO signature help" _signatureHelpProvider Nothing
, chk " goto definition" _definitionProvider (Just True)
, chk "NO goto type definition" _typeDefinitionProvider (Just $ GotoOptionsStatic False)
, chk " goto type definition" _typeDefinitionProvider (Just $ GotoOptionsStatic True)
, chk "NO goto implementation" _implementationProvider (Just $ GotoOptionsStatic False)
, chk "NO find references" _referencesProvider Nothing
, chk "NO doc highlight" _documentHighlightProvider Nothing
Expand Down

0 comments on commit c70f68d

Please sign in to comment.