Skip to content

Commit 868a411

Browse files
committed
format sqlite migrator tests
1 parent 7b76b82 commit 868a411

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_sqlite_migrator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def test_migrator_runs_all_migrations_file(logger: Logger) -> None:
249249
# Must manually close else we get an error on Windows
250250
db._conn.close()
251251

252+
252253
def test_migrator_backs_up_db(logger: Logger) -> None:
253254
with TemporaryDirectory() as tempdir:
254255
original_db_path = Path(tempdir) / "invokeai.db"

0 commit comments

Comments
 (0)