Skip to content

Commit 7be554c

Browse files
committed
Cleanup
1 parent 9751b42 commit 7be554c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_serialization_context.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def __init__(self):
180180
)
181181

182182

183-
async def test_workflow_payload_conversion_can_be_given_access_to_serialization_context(
183+
async def test_workflow_payload_conversion(
184184
client: Client,
185185
):
186186
workflow_id = str(uuid.uuid4())
@@ -333,7 +333,7 @@ async def my_signal(self, data: TraceData) -> None:
333333
self.signal_received = data
334334

335335

336-
async def test_signal_payload_conversion_can_be_given_access_to_serialization_context(
336+
async def test_signal_payload_conversion(
337337
client: Client,
338338
):
339339
workflow_id = str(uuid.uuid4())
@@ -412,7 +412,7 @@ def my_query(self, input: TraceData) -> TraceData:
412412
return input
413413

414414

415-
async def test_query_payload_conversion_can_be_given_access_to_serialization_context(
415+
async def test_query_payload_conversion(
416416
client: Client,
417417
):
418418
workflow_id = str(uuid.uuid4())

0 commit comments

Comments
 (0)