Skip to content

Commit b2d505c

Browse files
committed
fix/tests
1 parent 3ab4fe0 commit b2d505c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/app/tests/test_notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_workspace_notebook_runs_and_prints_hello():
9-
nb_path = Path("main.ipynb")
9+
nb_path = Path("../main.ipynb")
1010
assert nb_path.exists(), f"Notebook not found: {nb_path}"
1111

1212
nb = nbformat.read(str(nb_path), as_version=4)

0 commit comments

Comments
 (0)