Skip to content

Commit 87da62b

Browse files
committed
fix-tests
1 parent 8e4058b commit 87da62b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_completer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2244,7 +2244,7 @@ def _(expected):
22442244
"\n".join(
22452245
[
22462246
"def foo():",
2247-
" if 1+1==2:",
2247+
" if some_condition:",
22482248
" return {'top':{'mid':{'leaf': 2}}}",
22492249
" return {'top': {'mid':[]}}",
22502250
"foo()['top']['mid'].",

0 commit comments

Comments
 (0)