Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Oct 17, 2023
1 parent 1754401 commit 692f2c8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
public class RuntimeFieldsClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {

@ClassRule
public static ElasticsearchCluster cluster = ElasticsearchCluster.local()
.module("runtime-fields-common")
.build();
public static ElasticsearchCluster cluster = ElasticsearchCluster.local().module("runtime-fields-common").build();

public RuntimeFieldsClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {
super(testCandidate);
Expand Down

0 comments on commit 692f2c8

Please sign in to comment.