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

Commit

Permalink
Merge pull request #1296 from DiamondLightSource/fix_unit_tests
Browse files Browse the repository at this point in the history
Fix unit test due to dodgy merge
  • Loading branch information
rtuck99 authored Apr 9, 2024
2 parents 7075487 + f64a179 commit 99cbfe1
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 99cbfe1

Please sign in to comment.