Skip to content

Commit fc4d6f9

Browse files
authored
Merge pull request #221 from coderefinery/blindij-patch-1
Update test-design.md
2 parents cbc27fb + b703dbb commit fc4d6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)