Commit 957cf4a
committed
Update defaultdict snippet expectation for Jedi 0.20
Jedi 0.20 now resolves collections.defaultdict with an empty callable
signature, so pylsp formats the completion as defaultdict() instead of
the placeholder snippet defaultdict($0). Update the completion test to
reflect that this result is plain insert text and therefore does not
include insertTextFormat.1 parent bc1095f commit 957cf4a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
| 337 | + | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| |||
0 commit comments