Skip to content

Commit

Permalink
Fixup strings again
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Feb 5, 2025
1 parent f0a5c7e commit 651c60a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,13 @@ def test_ispyb_deposition_in_rotation_plan(
)

expected_values = EXPECTED_DATACOLLECTION_FOR_ROTATION | {
"xtalSnapshotFullPath1": "regex:/tmp/dls/i03/data/2024/cm-31105-4/auto/123456/snapshots/\\d{6}_oav_snapshot_0"
"xtalSnapshotFullPath1": "regex:/tmp/dls/i03/data/2024/cm31105-4/auto/123456/snapshots/\\d{6}_oav_snapshot_0"
".png",
"xtalSnapshotFullPath2": "regex:/tmp/dls/i03/data/2024/cm-31105-4/auto/123456/snapshots/\\d{6}_oav_snapshot_90"
"xtalSnapshotFullPath2": "regex:/tmp/dls/i03/data/2024/cm31105-4/auto/123456/snapshots/\\d{6}_oav_snapshot_90"
".png",
"xtalSnapshotFullPath3": "regex:/tmp/dls/i03/data/2024/cm-31105-4/auto/123456/snapshots/\\d{6}_oav_snapshot_180"
"xtalSnapshotFullPath3": "regex:/tmp/dls/i03/data/2024/cm31105-4/auto/123456/snapshots/\\d{6}_oav_snapshot_180"
".png",
"xtalSnapshotFullPath4": "regex:/tmp/dls/i03/data/2024/cm-31105/auto/123456-4/snapshots/\\d{6}_oav_snapshot_270"
"xtalSnapshotFullPath4": "regex:/tmp/dls/i03/data/2024/cm31105/auto/123456-4/snapshots/\\d{6}_oav_snapshot_270"
".png",
}

Expand Down

0 comments on commit 651c60a

Please sign in to comment.