Browse Source

Doc: Typo 'good' vs 'well' typo

Closes #11549
Chelsea Lura 10 years ago
parent
commit
3ac19e8f7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/testing/testing-framework.asciidoc

+ 1 - 1
docs/reference/testing/testing-framework.asciidoc

@@ -60,7 +60,7 @@ There are already have a couple of classes, you can inherit from in your own tes
 [[unit-tests]]
 === unit tests
 
-In case you only need to execute a unit test, because your implementation can be isolated that good and does not require an up and running elasticsearch cluster, you can use the `ElasticsearchTestCase`. If you are testing lucene features, use `ElasticsearchLuceneTestCase` and if you are testing concrete token streams, use the `ElasticsearchTokenStreamTestCase` class. Those specific classes execute additional checks, which ensure that no resources leaks are happening, after the test has run.
+In case you only need to execute a unit test, because your implementation can be isolated that well and does not require an up and running elasticsearch cluster, you can use the `ElasticsearchTestCase`. If you are testing lucene features, use `ElasticsearchLuceneTestCase` and if you are testing concrete token streams, use the `ElasticsearchTokenStreamTestCase` class. Those specific classes execute additional checks, which ensure that no resources leaks are happening, after the test has run.
 
 
 [[integration-tests]]