fix logic for test

This commit is contained in:
Grzegorz Bokota
2020-06-06 20:26:50 +02:00
parent 0b82ab6674
commit 90023a3a70
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class ArgsInterceptor:
self.kwargs = kwargs
MOCK_PACKAGE_DIR = 'some_package_dir'
MOCK_PACKAGE_DIR = './some_package_dir'
@pytest.fixture(autouse=True)