Skip to content

Commit 1f9d4c4

Browse files
committed
fix typo
1 parent 211f0d4 commit 1f9d4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_async_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async def _wait_for_job(
195195
{"a", "set"},
196196
],
197197
)
198-
async def test_asybc_jobs_workflow(
198+
async def test_async_jobs_workflow(
199199
initialized_app: FastAPI,
200200
register_rpc_routes: None,
201201
storage_rabbitmq_rpc_client: RabbitMQRPCClient,

0 commit comments

Comments
 (0)