Skip to content

Commit 34a9380

Browse files
committed
FixUp: gopls semantic tokens test
1 parent f3a9674 commit 34a9380

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ycmd/tests/go/debug_info_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def test_DebugInfo( self, app ):
6464
'key': 'Settings',
6565
'value': is_json_string_matching( has_entries( {
6666
'hints': is_not( empty() ),
67-
'hoverKind': 'Structured'
67+
'hoverKind': 'Structured',
68+
'semanticTokens': True
6869
} ) ),
6970
} ),
7071
)
@@ -105,7 +106,8 @@ def test_DebugInfo_ProjectDirectory( self, app ):
105106
'key': 'Settings',
106107
'value': is_json_string_matching( has_entries( {
107108
'hints': is_not( empty() ),
108-
'hoverKind': 'Structured'
109+
'hoverKind': 'Structured',
110+
'semanticTokens': True
109111
} ) ),
110112
} ),
111113
)

0 commit comments

Comments
 (0)