fix(files): verify acquired source identity and index import lookups
Module Package Release / publish-packages (push) Successful in 14s

Release v0.1.27. Coordinated integrity review: GovOPlaN/govoplan-core#298.
This commit is contained in:
2026-09-08 12:19:38 +02:00
parent 13433514b9
commit 61625fb00f
17 changed files with 707 additions and 66 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class FilesMigrationTests(unittest.TestCase):
)
with engine.connect() as connection:
self.assertIn(
"a2b3c4d5e6f9",
"a2b3c4d5e701",
set(MigrationContext.configure(connection).get_current_heads()),
)
finally: