Skip to content

Commit ea402d9

Browse files
committed
Cleanup
1 parent 92faa7f commit ea402d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_activity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async def increment(input: int) -> int:
1717
return input + 1
1818

1919

20-
async def test_start_activity_and_describe_activity(client: Client):
20+
async def test_describe(client: Client):
2121
activity_id = str(uuid.uuid4())
2222
task_queue = str(uuid.uuid4())
2323

@@ -37,7 +37,7 @@ async def test_start_activity_and_describe_activity(client: Client):
3737
assert desc.status == ActivityExecutionStatus.RUNNING
3838

3939

40-
async def test_start_activity_and_get_result(client: Client):
40+
async def test_get_result(client: Client):
4141
activity_id = str(uuid.uuid4())
4242
task_queue = str(uuid.uuid4())
4343

0 commit comments

Comments
 (0)