Skip to content

Commit 67c38db

Browse files
shivangsharma1Shivang Sharma
and
Shivang Sharma
authored
fixing the pdm test command wk1 (#2)
Co-authored-by: Shivang Sharma <[email protected]>
1 parent b39ebc9 commit 67c38db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pdm install -v # this will automatically create a virtual environment and instal
3636
```bash
3737
pdm run python check.py
3838
# The reference solution should pass all the tests
39-
pdm run test_ref_impl_week1
39+
pdm run test-week1-ref
4040
```
4141

4242
## Run Unit Tests

0 commit comments

Comments
 (0)