Skip to content

Commit cfb3a52

Browse files
LPD-64182 auto SF
1 parent 24ee00f commit cfb3a52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/dxp/apps/portal-workflow/portal-workflow-metrics-service/src/test/java/com/liferay/portal/workflow/metrics/internal/scheduler/WorkflowMetricsSLADefinitionTransformerSchedulerJobConfigurationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,11 @@ public void testTransform() throws Exception {
134134
).getSize());
135135
}
136136

137-
private String _originalIndexSearchLimit;
138-
139137
private final IndexNameBuilder _indexNameBuilder = Mockito.mock(
140138
IndexNameBuilder.class);
141139
private final IndicesExistsIndexResponse _indicesExistsIndexResponse =
142140
Mockito.mock(IndicesExistsIndexResponse.class);
141+
private String _originalIndexSearchLimit;
143142
private final Queries _queries = Mockito.mock(Queries.class);
144143
private final SearchCapabilities _searchCapabilities = Mockito.mock(
145144
SearchCapabilities.class);

0 commit comments

Comments
 (0)