Skip to content

Commit 32261bf

Browse files
committed
Accidental change
1 parent b243261 commit 32261bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/api/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def test_register_dc_group_processing_to_atlas(
204204
assert second_new_dcg.atlas == "/path/to/Sample10/Atlas/Atlas_2.jpg"
205205
assert second_new_dcg.atlas_pixel_size == 1e-4
206206
# Check the tag of the data collection group was not updated
207-
assert new_dcg.tag == "/path/to/Sample10/Atlas"
207+
assert new_dcg.tag != "/path/to/Sample10/Atlas"
208208
assert second_new_dcg.tag != "/path/to/Sample10/Atlas"
209209

210210

0 commit comments

Comments
 (0)