Skip to content

Commit 731e69b

Browse files
committed
Address test issue
1 parent c4cc3de commit 731e69b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/workflows/spa/test_flush_spa_preprocess.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_register_grid_square_update_add_nothing(
6969
dcg = DataCollectionGroup(
7070
id=1,
7171
session_id=ExampleVisit.murfey_session_id,
72-
tag="processing_tag",
72+
tag="session_tag",
7373
atlas_id=90,
7474
sample=2,
7575
)
@@ -87,8 +87,8 @@ def test_register_grid_square_update_add_nothing(
8787
murfey_db_session.add(grid_square)
8888
murfey_db_session.commit()
8989

90-
# Parameters to update with
91-
new_parameters = GridSquareParameters(tag="session_tag", sample=2)
90+
# Parameters to update with - use a new tag but same sample
91+
new_parameters = GridSquareParameters(tag="atlas_tag", sample=2)
9292

9393
# Run the registration
9494
flush_spa_preprocess.register_grid_square(

0 commit comments

Comments
 (0)