We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b76b82 commit 868a411Copy full SHA for 868a411
1 file changed
tests/test_sqlite_migrator.py
@@ -249,6 +249,7 @@ def test_migrator_runs_all_migrations_file(logger: Logger) -> None:
249
# Must manually close else we get an error on Windows
250
db._conn.close()
251
252
+
253
def test_migrator_backs_up_db(logger: Logger) -> None:
254
with TemporaryDirectory() as tempdir:
255
original_db_path = Path(tempdir) / "invokeai.db"
0 commit comments