Skip to content

Commit aed95f6

Browse files
authored
Update maven-test-reuse.asciidoc
1 parent 11fb56e commit aed95f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/build/maven-test-reuse.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@ When you have a little extra effort to make things work, you typically think of
148148
Also it is not always a good idea to make your reusable test-code highly dependent on your main code (business logic).
149149
Even though an important design principle is to avoid redundancies this should always be balanced with the costs needed to avoid them.
150150
In test code it is often acceptable or even desired to explicitly have a literal value instead of reusing a constant.
151-
Finally, after analyzing very large monolithic projects groven over years we could see that `test jars` pattern can easily lead to big problems and therefore turned into an anti-pattern.
152-
In general we can recomment to use `test modules` by default and only consider `test jars` only for situations where the pros really stand out.
151+
Finally, after analyzing very large monolithic projects grown over years we could see that `test jars` pattern can easily lead to big problems and therefore turned into an anti-pattern.
152+
In general we can recomment to use `test modules` by default and only consider `test jars` for situations where the pros really stand out.

0 commit comments

Comments
 (0)