mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-13 07:40:13 +02:00
fix: close dangling session, migration corrections
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user