Skip to content

Commit

Permalink
Update test_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWags committed Oct 8, 2024
1 parent 6b02ec8 commit 0c7bb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swcc/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_dataset_force_create_backup_multiple_conflicts(session):
assert models.Dataset.from_id(old_dataset.id)

new_dataset = models.Dataset(
name='dataset',
name='dataset-v4',
license=old_dataset.license,
description=old_dataset.description,
acknowledgement=old_dataset.acknowledgement,
Expand Down

0 comments on commit 0c7bb5c

Please sign in to comment.