This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new b939d0251d fix: Fix test count array 1 (#4084)
b939d0251d is described below
commit b939d0251d80aeb2e76713c32285683391566c31
Author: Philipp Zehnder <[email protected]>
AuthorDate: Wed Jan 7 08:56:31 2026 +0100
fix: Fix test count array 1 (#4084)
---
.../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