Skip to content

Commit 46ca9e1

Browse files
committed
Fix test
1 parent 21d2a7f commit 46ca9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_exploration_run_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_exception_during_exploration_run():
3737
evaluator=ev,
3838
max_evals=10,
3939
sim_workers=2,
40-
exploration_dir_path="./tests_output/test_function_evaluator",
40+
exploration_dir_path="./tests_output/test_exception_during_run",
4141
)
4242

4343
cwd = os.getcwd()

0 commit comments

Comments
 (0)