Skip to content

Commit

Permalink
Object IDs on windows are uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen committed Oct 31, 2024
1 parent 3b96da5 commit 636fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_mock_signal_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async def test_mock_utils_throw_error_if_backend_isnt_mock_signal_backend():

for msg in exc_msgs:
assert re.match(
r"Signal <ophyd_async.core._signal.SignalRW object at [0-9a-z]+> "
r"Signal <ophyd_async.core._signal.SignalRW object at [0-9a-zA-Z]+> "
r"not connected in mock mode",
msg,
)
Expand Down

0 comments on commit 636fae4

Please sign in to comment.