diff options
Diffstat (limited to 'tests/goldtest.py')
| -rw-r--r-- | tests/goldtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/goldtest.py b/tests/goldtest.py index 975db615..4c6c3c96 100644 --- a/tests/goldtest.py +++ b/tests/goldtest.py @@ -20,7 +20,7 @@ from tests.coveragetest import TESTS_DIR def gold_path(path): """Get a path to a gold file for comparison.""" - return os.path.join(TESTS_DIR, "farm", path) + return os.path.join(TESTS_DIR, "gold", path) # "rU" was deprecated in 3.4 |
