We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4912ea commit 748b11bCopy full SHA for 748b11b
tagstudio/tests/qt/test_theme.py
@@ -27,7 +27,7 @@ def test_save_palette_to_file(tmp_path: Path):
27
28
29
def test_load_palette_from_file(tmp_path: Path):
30
- file = tmp_path / "test_tagstudio_theme.txt"
+ file = tmp_path / "test_tagstudio_theme_2.txt"
31
32
file.write_text("[Button]\nActive=invalid color\n[Window]\nDisabled=#ff0000\nActive=blue")
33
0 commit comments