We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab4fe0 commit b2d505cCopy full SHA for b2d505c
1 file changed
service/app/tests/test_notebook.py
@@ -6,7 +6,7 @@
6
7
8
def test_workspace_notebook_runs_and_prints_hello():
9
- nb_path = Path("main.ipynb")
+ nb_path = Path("../main.ipynb")
10
assert nb_path.exists(), f"Notebook not found: {nb_path}"
11
12
nb = nbformat.read(str(nb_path), as_version=4)
0 commit comments