Skip to content

Commit 612210c

Browse files
committed
Fix linter
1 parent 2d49e6a commit 612210c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/test_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ async def test_wait_for_active_units_waiting_application(self):
349349
workload_status_message="workload_status_message",
350350
machine=None,
351351
agent_status="idle",
352-
)],
352+
)],
353353
)
354354

355355
app.get_status = base.AsyncMock(return_value=app_status)
@@ -387,7 +387,7 @@ async def test_wait_for_active_units_waiting_for_units(self):
387387
workload_status_message="workload_status_message",
388388
machine=None,
389389
agent_status="idle",
390-
)],
390+
)],
391391
)
392392

393393
app.get_status = base.AsyncMock(return_value=app_status)

0 commit comments

Comments
 (0)