8000 Remove wrong test · AdrienVannson/python-betterproto@fded4d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit fded4d3

Browse files
committed
Remove wrong test
1 parent 0936fb1 commit fded4d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/inputs/proto3_field_presence_oneof/test_proto3_field_presence_oneof.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def test_empty_nested(message: Test) -> None:
1818

1919
test_empty_nested(Test(nested=Nested()))
2020
test_empty_nested(Test(nested=Nested(inner=None)))
21-
test_empty_nested(Test(nested=Nested(inner=InnerNested(a=None))))
2221

2322
def test_empty_with_optional(message: Test) -> None:
2423
# '12' => tag 2, length delimited

0 commit comments

Comments
 (0)
0