Skip to content

Commit 9ad7669

Browse files
fix test execution path
1 parent 0897d60 commit 9ad7669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/m1/015-is-it-a-leap-year/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Press Ctrl+Shift+x search and install the **runme** extension.
3636
**Python**
3737

3838
```sh
39-
python -m unittest test_is_it_a_leap_year.py
39+
python -m unittest python/test_is_it_a_leap_year.py
4040
```
4141

4242
or run the command from the terminal

0 commit comments

Comments
 (0)