Skip to content

Commit 78f303b

Browse files
committed
Fix typo GH-47
1 parent 7ad2b6b commit 78f303b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/summary_week10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ these are from the book _xUnit test patterns: Refactoring test code_ -- by Gerar
155155
:::::::::::: {.columns}
156156
::::::::: {.column width="55%" .mt-5}
157157
- write test _before_ writing the tested code
158-
- without the called unit the test fill fail
158+
- without the called unit the test will fail
159159
- the called function does not exist
160160
- write code, that makes the test pass
161161
- improve the code quality

0 commit comments

Comments
 (0)