Skip to content

Commit

Permalink
all good now
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Jan 20, 2025
1 parent 1012be2 commit f7bf196
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "CodeQL"

on:
workflow_call:
push:
# the line above with 'push' is temporary to test without relying on the periodic part

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion src/ophyd_async/testing/_mock_signal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _get_mock_signal_backend(signal: Signal) -> MockSignalBackend:
connector = signal._connector # noqa: SLF001
assert isinstance(connector, SignalConnector), f"Expected Signal, got {signal}"
assert isinstance(connector.backend, MockSignalBackend), (
f"Signal {signal} not connected in mock mode"
f"Signal {signal} not connected in mock mode"
)
return connector.backend

Expand Down

0 comments on commit f7bf196

Please sign in to comment.