Skip to content

Commit

Permalink
Add java server to the shutdown tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Jan 28, 2024
1 parent 380146a commit 6c1457d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ycmd/tests/shutdown_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def test_FromHandlerWithSubservers( self ):
filetypes = [ 'cpp',
'cs',
'go',
'java',
'javascript',
'typescript',
'rust' ]
Expand Down Expand Up @@ -105,6 +106,7 @@ def KeepServerAliveInAnotherThread():
filetypes = [ 'cpp',
'cs',
'go',
'java',
'javascript',
'typescript',
'rust' ]
Expand Down

0 comments on commit 6c1457d

Please sign in to comment.