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

Revert unit test fix relating to now-reverted dodal thumbnail generation #1487

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
Loading