1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2024-12-21 10:59:03 +00:00

Fix test_plat_other from previous change

This commit is contained in:
Andrew Senetar 2021-08-24 01:21:12 -05:00
parent 18e51c0b5a
commit 2a88b82104
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1

View File

@ -22,7 +22,7 @@ if sys.platform != "win32":
import send2trash.plat_other import send2trash.plat_other
from send2trash.plat_other import send2trash as s2t from send2trash.plat_other import send2trash as s2t
INFO_SUFFIX = send2trash.plat_other.INFO_SUFFIX INFO_SUFFIX = send2trash.plat_other.INFO_SUFFIX.decode()
HOMETRASH = send2trash.plat_other.HOMETRASH HOMETRASH = send2trash.plat_other.HOMETRASH
else: else:
pytest.skip("Skipping non-windows tests", allow_module_level=True) pytest.skip("Skipping non-windows tests", allow_module_level=True)