We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162288c commit 8c37fdeCopy full SHA for 8c37fde
tests/workflows/spa/test_flush_spa_preprocess.py
@@ -88,7 +88,7 @@ def test_register_grid_square_update_add_nothing(
88
89
@mock.patch("murfey.workflows.spa.flush_spa_preprocess._transport_object")
90
def test_register_grid_square_insert_with_ispyb(
91
- mock_transport, murfey_db_session, tmp_path
+ mock_transport, murfey_db_session: Session, tmp_path
92
):
93
# Create a data collection group for lookups
94
grid_square = DataCollectionGroup(
0 commit comments