Skip to content

Commit 3387816

Browse files
committed
Fix linting errors.
1 parent 688dee8 commit 3387816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/test_symbols.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ def child_sym(sym, name):
106106
assert len(sym('B')['children']) == 1
107107
assert child_sym(sym('B'), '__init__')['kind'] == SymbolKind.Function
108108
assert child_sym(sym('B'), '__init__')['detail'] == 'B.__init__'
109-
assert sym('main')['kind'] == SymbolKind.Function
109+
assert sym('main')['kind'] == SymbolKind.Function

0 commit comments

Comments
 (0)