8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0936fb1 commit fded4d3Copy full SHA for fded4d3
tests/inputs/proto3_field_presence_oneof/test_proto3_field_presence_oneof.py
@@ -18,7 +18,6 @@ def test_empty_nested(message: Test) -> None:
18
19
test_empty_nested(Test(nested=Nested()))
20
test_empty_nested(Test(nested=Nested(inner=None)))
21
- test_empty_nested(Test(nested=Nested(inner=InnerNested(a=None))))
22
23
def test_empty_with_optional(message: Test) -> None:
24
# '12' => tag 2, length delimited
0 commit comments