Skip to content

Commit 5120715

Browse files
committed
Checkstyle fix
1 parent 581eff1 commit 5120715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lang-mustache/src/test/java/org/elasticsearch/script/mustache/MultiSearchTemplateResponseTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ protected void assertEqualInstances(MultiSearchTemplateResponse expectedInstance
120120
}
121121

122122
/**
123-
* Test parsing {@link MultiSearchTemplateResponse} with inner failures as they don't support asserting on xcontent equivalence, given that
123+
* Test parsing {@link MultiSearchTemplateResponse} with inner failures as they don't support asserting on xcontent equivalence, given
124124
* exceptions are not parsed back as the same original class. We run the usual {@link AbstractXContentTestCase#testFromXContent()}
125125
* without failures, and this other test with failures where we disable asserting on xcontent equivalence at the end.
126126
*/

0 commit comments

Comments
 (0)