Skip to content

Commit 60c9caa

Browse files
committed
fixup test delivery area
1 parent f2ea980 commit 60c9caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_delivery_area.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class ProtoConversionTestCase:
8888
],
8989
ids=lambda case: case.name,
9090
)
91-
def test_delivery_area_creation(case: DeliveryAreaTestCase) -> None:
91+
def test_creation(case: DeliveryAreaTestCase) -> None:
9292
"""Test creating DeliveryArea instances with various parameters.
9393
9494
Args:
@@ -149,7 +149,7 @@ def test_delivery_area_creation(case: DeliveryAreaTestCase) -> None:
149149
],
150150
ids=lambda case: case.name,
151151
)
152-
def test_delivery_area_from_proto(
152+
def test_from_proto(
153153
caplog: pytest.LogCaptureFixture, case: ProtoConversionTestCase
154154
) -> None:
155155
"""Test conversion from protobuf message to DeliveryArea.

0 commit comments

Comments
 (0)