feat: govern file lifecycle and connector writes
This commit is contained in:
@@ -31,7 +31,7 @@ class FilesMigrationTests(unittest.TestCase):
|
||||
)
|
||||
with engine.connect() as connection:
|
||||
self.assertIn(
|
||||
"a2b3c4d5e6f8",
|
||||
"a2b3c4d5e6f9",
|
||||
set(MigrationContext.configure(connection).get_current_heads()),
|
||||
)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user