Skip to content

Commit 45d982e

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent c244087 commit 45d982e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/ingest-geoip/src/test/java/org/elasticsearch/ingest/geoip/GeoIpProcessorFactoryTests.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,12 @@ public void testLoadingCustomDatabase() throws IOException {
461461
Runnable::run,
462462
clusterService
463463
);
464-
databaseNodeService.initialize("nodeId", resourceWatcherService, mock(IngestService.class),
465-
TestProjectResolvers.singleProjectOnly(projectId));
464+
databaseNodeService.initialize(
465+
"nodeId",
466+
resourceWatcherService,
467+
mock(IngestService.class),
468+
TestProjectResolvers.singleProjectOnly(projectId)
469+
);
466470
GeoIpProcessor.Factory factory = new GeoIpProcessor.Factory(GEOIP_TYPE, databaseNodeService);
467471
for (DatabaseReaderLazyLoader lazyLoader : configDatabases.getConfigDatabases().values()) {
468472
assertNull(lazyLoader.databaseReader.get());

0 commit comments

Comments
 (0)