Skip to content

Commit

Permalink
Fix test so it actually runs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock committed Aug 6, 2024
1 parent 0b738bc commit ef82a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/loki/live_reduction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ess.loki.workflow import LoKiMonitorWorkflow


def loki_monitor_workflow_test() -> None:
def test_loki_monitor_workflow() -> None:
# Test building the sciline pipeline.
workflow = LoKiMonitorWorkflow()
assert isinstance(workflow.pipeline, sl.pipeline)
assert isinstance(workflow.pipeline, sl.Pipeline)

0 comments on commit ef82a4f

Please sign in to comment.