diff --git a/tests/notebooks/test_run_notebooks.py b/tests/notebooks/test_run_notebooks.py index 49d15462..4a7a104c 100644 --- a/tests/notebooks/test_run_notebooks.py +++ b/tests/notebooks/test_run_notebooks.py @@ -9,7 +9,7 @@ # TODO: These will be replaced with stronger tests using testbook soon def _test_run_notebook(folder, notebook_fname, n_cells): - # change to notebook directory to allow testing + # change to notebook directory to allow for testing cwd = os.getcwd() os.chdir(os.path.join(this_file_dir(), "..", "..", "docs", "notebooks", folder)) with testbook(notebook_fname, timeout=500, execute=True) as tb: