Skip to content

Commit 05322a8

Browse files
author
Hendrik Muhs
committed
fix BWC test
1 parent fd7cadc commit 05322a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/transform/transforms/TransformStatsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void testBwcWith73() throws IOException {
6969
STARTED,
7070
randomBoolean() ? null : randomAlphaOfLength(100),
7171
randomBoolean() ? null : NodeAttributeTests.randomNodeAttributes(),
72-
new TransformIndexerStats(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11.0, 12.0, 13.0),
72+
new TransformIndexerStats(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 0.0, 0.0, 0.0),
7373
new TransformCheckpointingInfo(
7474
new TransformCheckpointStats(0, null, null, 10, 100),
7575
new TransformCheckpointStats(0, null, null, 100, 1000),

0 commit comments

Comments
 (0)