diff --git a/src/documents/tests/test_migration_sha256_checksums.py b/src/documents/tests/test_migration_sha256_checksums.py index 42f3915ca..010863f50 100644 --- a/src/documents/tests/test_migration_sha256_checksums.py +++ b/src/documents/tests/test_migration_sha256_checksums.py @@ -18,6 +18,7 @@ class TestSha256ChecksumDataMigration(TestMigrations): migrate_from = "0015_document_version_index_and_more" migrate_to = "0016_sha256_checksums" + reset_sequences = True ORIGINAL_CONTENT = b"original file content for sha256 migration test" ARCHIVE_CONTENT = b"archive file content for sha256 migration test"