This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch fix-count-array1-test
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit da4490aef3d6989d62234acba4dfa9b8369edf70
Author: Philipp Zehnder <[email protected]>
AuthorDate: Fri Jan 2 09:51:21 2026 +0100

    fix: Fix test count array 1
---
 .../pipelineElement/transformation-jvm/countArray1/expected.csv   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/ui/cypress/fixtures/pipelineElement/transformation-jvm/countArray1/expected.csv
 
b/ui/cypress/fixtures/pipelineElement/transformation-jvm/countArray1/expected.csv
index c584cb46c8..c043270cf3 100644
--- 
a/ui/cypress/fixtures/pipelineElement/transformation-jvm/countArray1/expected.csv
+++ 
b/ui/cypress/fixtures/pipelineElement/transformation-jvm/countArray1/expected.csv
@@ -1,5 +1,5 @@
 timestamp;arrayProperty;countValue
-1623871499055;["java.util.ArrayList",[1,2,4,4]];4.0
-1623871500059;["java.util.ArrayList",[1,4]];2.0
-1623871507091;["java.util.ArrayList",[1,3,3,3,4]];5.0
-1623871508093;["java.util.ArrayList",[1]];1.0
+1623871499055;[ "java.util.ArrayList", [ 1, 2, 4, 4 ] ];4.0
+1623871500059;[ "java.util.ArrayList", [ 1, 4 ] ];2.0
+1623871507091;[ "java.util.ArrayList", [ 1, 3, 3, 3, 4 ] ];5.0
+1623871508093;[ "java.util.ArrayList", [ 1 ] ];1.0

Reply via email to