Skip to content

Commit

Permalink
Run spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Jun 18, 2024
1 parent 29ae773 commit e78c6e3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
public class PrevalidateShardPathIT extends ESIntegTestCase {

@TestLogging(value = "org.elasticsearch.cluster.service.MasterService:DEBUG", reason = "https://github.com/elastic/elasticsearch-serverless/pull/2068")
@TestLogging(
value = "org.elasticsearch.cluster.service.MasterService:DEBUG",
reason = "https://github.com/elastic/elasticsearch-serverless/pull/2068"
)
public void testCheckShards() throws Exception {
internalCluster().startMasterOnlyNode();
String node1 = internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit e78c6e3

Please sign in to comment.