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

Fix unit test due to dodgy merge #1296

Merged
merged 1 commit into from
Apr 9, 2024
Merged
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 tests/unit_tests/device_setup_plans/test_setup_panda.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def assert_set_table_has_been_waited_on(*args, **kwargs):
setup_panda_for_flyscan(
MagicMock(),
"path",
PandAGridScanParams(),
PandAGridScanParams(transmission_fraction=0.01),
1,
1,
1,
Expand Down
Loading