From b23cba1ae29f80fb6affad91984d03e83e4c3637 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Wed, 31 Dec 2025 01:32:01 +0000 Subject: [PATCH] chore: Fix lint error in test_plat_other.py --- tests/test_plat_other.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_plat_other.py b/tests/test_plat_other.py index 0dac205..3bbcb6c 100644 --- a/tests/test_plat_other.py +++ b/tests/test_plat_other.py @@ -163,7 +163,7 @@ def test_trash_topdir(gen_ext_vol): s2t(gen_ext_vol[2]) assert op.exists(gen_ext_vol[2]) is False - + if sys.platform == "darwin": # On macOS, we can only verify the file was removed from original location pass @@ -181,7 +181,7 @@ def test_trash_topdir(gen_ext_vol): ) is True ) - + cfg = ConfigParser() cfg.read(op.join(trash_dir, str(os.getuid()), "info", gen_ext_vol[1] + INFO_SUFFIX)) assert (gen_ext_vol[1] == cfg.get("Trash Info", "Path", raw=True)) is True