Skip to content

Commit

Permalink
revert unit test change
Browse files Browse the repository at this point in the history
  • Loading branch information
keithralphs committed Jan 28, 2025
1 parent 031e3cf commit 262b642
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit_tests/service/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from blueapi.service import interface
from blueapi.service.model import EnvironmentResponse
from blueapi.service.runner import (
BLANK_REPORT,
InvalidRunnerStateError,
RpcError,
WorkerDispatcher,
Expand Down Expand Up @@ -56,7 +55,7 @@ def test_initialize(runner: WorkerDispatcher, mock_subprocess: Mock):
assert runner.run(interface.get_worker_state) == 123
runner.stop()

assert runner.state.error_message == f"{type(runner).__name__}: {BLANK_REPORT}"
assert runner.state.error_message is None
assert not runner.state.initialized


Expand Down

0 comments on commit 262b642

Please sign in to comment.