Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
  • Loading branch information
wxtim and oliver-sanders authored Jan 17, 2025
1 parent 71e3f59 commit 9c2f350
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/scripts/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ async def test_task_instance_state_flows(
]


async def test_mode_changes(flow, scheduler, start, capsys):
async def test_task_run_mode_changes(flow, scheduler, start, capsys):
"""Broadcasting a change of run mode changes run mode shown by cylc show.
"""
opts = SimpleNamespace(
Expand All @@ -300,7 +300,6 @@ async def test_mode_changes(flow, scheduler, start, capsys):
)
schd = scheduler(
flow({'scheduling': {'graph': {'R1': 'a'}}}),
paused_start=True,
run_mode='live'
)

Expand Down

0 comments on commit 9c2f350

Please sign in to comment.