fix: close dangling session, migration corrections

This commit is contained in:
Travis Abendshien
2026-08-11 19:50:03 -07:00
parent b29e612e7f
commit 87115ee7d2
4 changed files with 73 additions and 82 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ def test_title_update(
qt_driver.main_window.menu_bar.folders_to_tags_action = QAction(menu_bar)
# Trigger the update
qt_driver._init_library(library_dir, open_status)
qt_driver._init_library(library_dir, open_status, is_test=True)
# Assert the title is updated correctly
qt_driver.main_window.setWindowTitle.assert_called_with(expected_title(library_dir, base_title))