You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ To wire this registered cluster into a `TestClusterAware` task (e.g. `RestIntegT
144
144
Additional integration tests for a certain Elasticsearch modules that are specific to certain cluster configuration can be declared in a separate so called `qa` subproject of your module.
145
145
146
146
The benefit of a dedicated project for these tests are:
147
-
-`qa` projects are dedicated two specific use-cases and easier to maintain
147
+
-`qa` projects are dedicated to specific use-cases and easier to maintain
148
148
- It keeps the specific test logic separated from the common test logic.
149
149
- You can run those tests in parallel to other projects of the build.
0 commit comments