We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad2b6b commit 78f303bCopy full SHA for 78f303b
1 file changed
lectures/summary_week10.md
@@ -155,7 +155,7 @@ these are from the book _xUnit test patterns: Refactoring test code_ -- by Gerar
155
:::::::::::: {.columns}
156
::::::::: {.column width="55%" .mt-5}
157
- write test _before_ writing the tested code
158
-- without the called unit the test fill fail
+- without the called unit the test will fail
159
- the called function does not exist
160
- write code, that makes the test pass
161
- improve the code quality
0 commit comments