Skip to content

Commit b703dbb

Browse files
authored
Update test-design.md
fixes #220
1 parent cbc27fb commit b703dbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/test-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ As a reminder, you can run the script like this to get some output,
728728
which prints to standard output (the terminal):
729729
730730
```console
731-
$ python3 statistics/count.py data/abyss.txt
731+
$ python3 code/count.py data/abyss.txt
732732
```
733733
734734
Your goal is to make a test that can run this and let you know if it's

0 commit comments

Comments
 (0)