Skip to content

Commit

Permalink
rm execute line
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Aug 4, 2023
1 parent f48fb14 commit cd16c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdks/go/pkg/beam/runners/prism/internal/execute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ func TestRunner_Pipelines(t *testing.T) {
pipeline: func(s beam.Scope) {
imp := beam.Impulse(s)
col0 := beam.ParDo(s, dofn1, imp)
// Doesn't matter which of col0 or col1 is used.
sum := beam.ParDo(s, dofn3x1, col0, beam.SideInput{Input: col0}, beam.SideInput{Input: col0})
beam.ParDo(s, &int64Check{
Name: "sum sideinput check",
Expand Down

0 comments on commit cd16c24

Please sign in to comment.