Skip to content

Commit 6d2126e

Browse files
committed
Remove commented out code
1 parent da4501d commit 6d2126e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -548,10 +548,6 @@ def beamstop_phase1(
548548
beamline_parameters: dict[str, Any],
549549
sim_run_engine: RunEngineSimulator,
550550
) -> Generator[Beamstop, Any, Any]:
551-
# with patch(
552-
# "dodal.beamlines.i03.BEAMLINE_PARAMETERS_PATH",
553-
# TEST_BEAMLINE_PARAMETERS,
554-
# ):
555551
beamstop = i03.beamstop.build(connect_immediately=True, mock=True)
556552

557553
set_mock_value(beamstop.x_mm.user_readback, 1.52)

0 commit comments

Comments
 (0)