diff --git a/content/blog/testing-implementation-details.mdx b/content/blog/testing-implementation-details.mdx index 98a15b5bf..39d91d08e 100644 --- a/content/blog/testing-implementation-details.mdx +++ b/content/blog/testing-implementation-details.mdx @@ -43,7 +43,7 @@ we have to make all these rules to make it harder? ### Why is testing implementation details bad? -There are two distinct reasons that it's important to avoid testing +There are two distinct and important reasons to avoid testing implementation details. Tests which test implementation details: 1. Can break when you refactor application code. **False negatives**