From a64b42de655b8e340c1454761c474133d4bb1e22 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 28 Apr 2013 10:46:36 -0400 Subject: [PATCH] Oops, there wasn't only one place to fix in [49fa0fc]. --- core_me/tests/scanner_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core_me/tests/scanner_test.py b/core_me/tests/scanner_test.py index afe6e13c..f2ecb166 100644 --- a/core_me/tests/scanner_test.py +++ b/core_me/tests/scanner_test.py @@ -19,6 +19,7 @@ def pytest_funcarg__fake_fileexists(request): # for file existence before doing the match grouping. monkeypatch = request.getfuncargvalue('monkeypatch') monkeypatch.setattr(io, 'exists', lambda _: True) + monkeypatch.setattr(Path, 'exists', lambda _: True) def test_priorize_me(fake_fileexists): # in ScannerME, bitrate goes first (right after is_ref) in priorization