Skip to content

Commit 7ea9843

Browse files
committed
fix/powershell
1 parent c701845 commit 7ea9843

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/tests/test_notebook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
def test_workspace_notebook_runs_and_prints_hello():
99
nb_path = [sys.executable, os.path.join(os.path.dirname(__file__), "..","app", "main.ipynb")],
10-
assert nb_path.exists(), f"Notebook not found: {nb_path}"
1110

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

0 commit comments

Comments
 (0)