Skip to content

Commit 748b11b

Browse files
pytest fix
1 parent a4912ea commit 748b11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstudio/tests/qt/test_theme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_save_palette_to_file(tmp_path: Path):
2727

2828

2929
def test_load_palette_from_file(tmp_path: Path):
30-
file = tmp_path / "test_tagstudio_theme.txt"
30+
file = tmp_path / "test_tagstudio_theme_2.txt"
3131

3232
file.write_text("[Button]\nActive=invalid color\n[Window]\nDisabled=#ff0000\nActive=blue")
3333

0 commit comments

Comments
 (0)