Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix path in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 7, 2017
1 parent d582304 commit e55c9a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ def test_run_notebook_lightning_js(self):
kernel_name = None if is_travis_or_appveyor() else install_python_kernel_for_unittest(
"python3_module_template")

temp = get_temp_folder(__file__, "temp_run_notebooks_js")
temp = get_temp_folder(__file__, "temp_run_notebooks_lightning_js")

# selection of notebooks
fnb = os.path.normpath(os.path.join(
Expand Down

0 comments on commit e55c9a5

Please sign in to comment.