Skip to content

Commit

Permalink
tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Sep 4, 2024
1 parent 4270e6a commit 155e274
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ public void testSimpleExpandWithInitialState() throws CoderException {
pipeline,
Create.of(
KV.of(
"sum",
"sum/ParMultiDo(Anonymous)",
new StateValue(
CoderUtils.encodeToByteArray(intCoder, 0),
"sum",
CoderUtils.encodeToByteArray(longCoder, 2L))),
KV.of(
"sum",
"sum/ParMultiDo(Anonymous)",
new StateValue(
CoderUtils.encodeToByteArray(intCoder, 1),
"sum",
Expand Down

0 comments on commit 155e274

Please sign in to comment.