Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Revert unit test fix relating to DiamondLightSource/dodal#632 (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Jul 17, 2024
1 parent 1db321b commit 9cd1e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
ophyd-async >= 0.3a5
bluesky >= 1.13.0a3
blueapi >= 0.4.3-rc1
dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@0a0a7496f9a06bd8e70198e39a42679cd400349f
dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@95c475d17a0d60dd32e2186395520b01ca445cb4

[options.entry_points]
console_scripts =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def decorated():
)

RE(decorated())
assert image.save.call_count == 8
assert image.save.call_count == 6


@patch(
Expand Down

0 comments on commit 9cd1e46

Please sign in to comment.