From b703dbb48a389a39ffde30144c34d31c91ae1cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lindi?= Date: Thu, 19 Sep 2024 08:03:38 +0200 Subject: [PATCH] Update test-design.md fixes #220 --- content/test-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/test-design.md b/content/test-design.md index 81270c3..2aa2b85 100644 --- a/content/test-design.md +++ b/content/test-design.md @@ -728,7 +728,7 @@ As a reminder, you can run the script like this to get some output, which prints to standard output (the terminal): ```console -$ python3 statistics/count.py data/abyss.txt +$ python3 code/count.py data/abyss.txt ``` Your goal is to make a test that can run this and let you know if it's