We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688dee8 commit 3387816Copy full SHA for 3387816
test/plugins/test_symbols.py
@@ -106,4 +106,4 @@ def child_sym(sym, name):
106
assert len(sym('B')['children']) == 1
107
assert child_sym(sym('B'), '__init__')['kind'] == SymbolKind.Function
108
assert child_sym(sym('B'), '__init__')['detail'] == 'B.__init__'
109
- assert sym('main')['kind'] == SymbolKind.Function
+ assert sym('main')['kind'] == SymbolKind.Function
0 commit comments