Skip to content

Commit c32fb33

Browse files
Update README.md
1 parent 746c287 commit c32fb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Things done:
6363
Improved tests:
6464

6565
* Unit tests without touching IO. Domain is tested with unit tests. Idea of `InMemoryRepository` as HashMap.
66-
* Only the main paths (happy paths) are integration tests because sad path was tested with unit tests.
66+
* Only the main paths (most important to business) are integration tests because whole business domain was tested with unit tests.
6767
* We also have acceptance tests that are practically similar to above, but shows complete flow of bounded-context.
6868

6969
<br>

0 commit comments

Comments
 (0)