Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Dec 20, 2024
1 parent fd1d02f commit 1603744
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,7 @@ def test_ispyb_deposition_in_rotation_plan(
dcid = ispyb_cb.ispyb_ids.data_collection_ids[0]
assert dcid is not None
assert (
fetch_comment(dcid)
== "Sample position (µm): (1, 2, 3) test Aperture: Small. "
fetch_comment(dcid) == "Sample position (µm): (1, 2, 3) test Aperture: Small. "
)

expected_values = EXPECTED_DATACOLLECTION_FOR_ROTATION | {
Expand Down

0 comments on commit 1603744

Please sign in to comment.