Skip to content

Commit 8e4058b

Browse files
committed
failing-test
1 parent 82f6cb6 commit 8e4058b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_completer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,12 +2245,12 @@ def _(expected):
22452245
[
22462246
"def foo():",
22472247
" if 1+1==2:",
2248-
" return {'top':{'mid':[]}}",
2249-
" return {'top': {'mid':{'leaf': 2}}}",
2248+
" return {'top':{'mid':{'leaf': 2}}}",
2249+
" return {'top': {'mid':[]}}",
22502250
"foo()['top']['mid'].",
22512251
]
22522252
),
2253-
["clear", "append"],
2253+
["keys", "append"],
22542254
],
22552255
[
22562256
"\n".join(

0 commit comments

Comments
 (0)