Skip to content

Commit 66ca219

Browse files
authored
Update test_server.py
1 parent 7190830 commit 66ca219

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rewrite-python/rewrite/tests/rpc/test_server.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ def fake_parse_python_source(source, path="<unknown>", relative_to=None, ty_clie
2727

2828

2929
def test_recipe_descriptor_to_dict_emits_all_collection_keys():
30-
"""Java's RecipeDescriptor.getXxx() collection-valued getters are
31-
treated as never-null by callers. Always emit the collection keys —
32-
including the ones the Python dataclass doesn't model — so Jackson on
33-
the Java side never leaves them null."""
3430
from rewrite.recipe import RecipeDescriptor
3531
from rewrite.rpc.server import _recipe_descriptor_to_dict
3632

0 commit comments

Comments
 (0)