diff --git a/tests/conftest.py b/tests/conftest.py index 4b38ef776a4388059033cf2d579e5730e0fac3b9..5f7ed04a829219a8e5b1b968c93c8354268c85b7 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -422,7 +422,7 @@ class DecoderFrontend: system = platform.system() if system == "Windows": - eid_path = "./scripts/tools/Windows/eid-xor.exe" + eid_path = "./scripts/tools/Win32/eid-xor.exe" elif system == "Linux": eid_path = "./scripts/tools/Linux/eid-xor" elif system == "Darwin":