From e98009e1ef69ff9dac5b11d1dadb1928930b0bd5 Mon Sep 17 00:00:00 2001 From: Blumik <139693279+GPFE@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:54:51 +0200 Subject: [PATCH] Update 08-test_doubles.md fix typo --- source/08-test_doubles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/08-test_doubles.md b/source/08-test_doubles.md index 8f9d425..5fc8f6a 100644 --- a/source/08-test_doubles.md +++ b/source/08-test_doubles.md @@ -60,7 +60,7 @@ boundary of our code and external "things". ## Stubs -Let's see how that looks like in praxis. +Let's see how that looks like in practice. Imagine we'd want our code, when we test our `members` app to not actually touch the `members.txt` file for whatever reason. Instead we'd like to fake