Skip to content

Commit 5b929d7

Browse files
authored
Small wording fix in ESIntegTestCase (#117341)
1 parent a860d3a commit 5b929d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public abstract class ESIntegTestCase extends ESTestCase {
281281
/**
282282
* Annotation for third-party integration tests.
283283
* <p>
284-
* These are tests the require a third-party service in order to run. They
284+
* These are tests, which require a third-party service in order to run. They
285285
* may require the user to manually configure an external process (such as rabbitmq),
286286
* or may additionally require some external configuration (e.g. AWS credentials)
287287
* via the {@code tests.config} system property.

0 commit comments

Comments
 (0)