Skip to content

Commit c12f6b5

Browse files
committed
fix monkeypatch debugging code
1 parent d90a271 commit c12f6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ def test_example_copy(monkeypatch, tmp_path):
3434
)
3535
cwd = tmp_path
3636
monkeypatch.chdir(cwd)
37-
rc = main(["example", "copy", "pdf/ch03NiModelling"])
37+
rc = main(["example", "copy", "pack1/ex1"])
3838
assert rc == 0
39-
assert (cwd / "ch03NiModelling").exists()
39+
assert (cwd / "ex1").exists()

0 commit comments

Comments
 (0)