Skip to content

Commit

Permalink
add maincall to ptest test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Jul 31, 2023
1 parent 61358c7 commit 32bcad7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/go/pkg/beam/testing/ptest/ptest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import (
"github.com/apache/beam/sdks/v2/go/pkg/beam/testing/passert"
)

func TestMain(m *testing.M) {
Main(m)
}

func TestCreate(t *testing.T) {
inputs := []any{"a", "b", "c"}
p, s, col := Create(inputs)
Expand Down

0 comments on commit 32bcad7

Please sign in to comment.