This is an automated email from the ASF dual-hosted git repository. weichen pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git
commit 0fa22ce1fa8312a515cefc370c7c18ffeb17990e Author: cardosolucas <cardosolucas61....@gmail.com> AuthorDate: Thu Oct 21 21:58:01 2021 -0300 Fix benchmark test --- marvin-cli/tests/utils/test_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marvin-cli/tests/utils/test_benchmark.py b/marvin-cli/tests/utils/test_benchmark.py index d011f72..7d8d1a2 100755 --- a/marvin-cli/tests/utils/test_benchmark.py +++ b/marvin-cli/tests/utils/test_benchmark.py @@ -68,7 +68,7 @@ mocked_data = { def test_create_or_get_benchmark_folder(): path = create_or_get_benchmark_folder() - assert path == os.path.join(os.environ['MARVIN_HOME'], 'benchmarks') + assert path == os.path.join(os.environ['MARVIN_DATA_PATH'], 'benchmarks') def test_create_or_return_poi(): timestamp = 'mocked_timestamp'