Skip to content

Commit

Permalink
Fix existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed May 13, 2024
1 parent 7475c55 commit b6d65ba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ycmd/tests/clangd/subcommands_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@ def test_Subcommands_DefinedSubcommands( self, app ):
'GoToType',
'RefactorRename',
'RestartServer',
'ResolveCallHierarchyItem',
'ResolveTypeHierarchyItem',
'CallHierarchy',
'TypeHierarchy',
'GoToAlternateFile' ] ) )
},
'route': '/defined_subcommands',
Expand Down
4 changes: 4 additions & 0 deletions ycmd/tests/go/subcommands_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ def test_Subcommands_DefinedSubcommands( self, app ):
'GoToType',
'GoToSymbol',
'FixIt',
'CallHierarchy',
'TypeHierarchy',
'ResolveCallHierarchyItem',
'ResolveTypeHierarchyItem',
'RestartServer',
'ExecuteCommand' ) )

Expand Down
4 changes: 4 additions & 0 deletions ycmd/tests/java/subcommands_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ def test_Subcommands_DefinedSubcommands( self, app ):
'GoToSymbol',
'OrganizeImports',
'RefactorRename',
'CallHierarchy',
'TypeHierarchy',
'ResolveCallHierarchyItem',
'ResolveTypeHierarchyItem',
'RestartServer',
'WipeWorkspace' ) )

Expand Down
4 changes: 4 additions & 0 deletions ycmd/tests/rust/subcommands_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ def test_Subcommands_DefinedSubcommands( self, app ):
'GoToReferences',
'GoToSymbol',
'GoToType',
'CallHierarchy',
'TypeHierarchy',
'ResolveCallHierarchyItem',
'ResolveTypeHierarchyItem',
'RefactorRename',
'RestartServer' ) )

Expand Down

0 comments on commit b6d65ba

Please sign in to comment.