Skip to content

Commit

Permalink
Fix linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Apr 7, 2019
1 parent 688dee8 commit 3387816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/test_symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ def child_sym(sym, name):
assert len(sym('B')['children']) == 1
assert child_sym(sym('B'), '__init__')['kind'] == SymbolKind.Function
assert child_sym(sym('B'), '__init__')['detail'] == 'B.__init__'
assert sym('main')['kind'] == SymbolKind.Function
assert sym('main')['kind'] == SymbolKind.Function

0 comments on commit 3387816

Please sign in to comment.