lostluck commented on code in PR #29439:
URL: https://github.com/apache/beam/pull/29439#discussion_r1402633234
##########
sdks/go/pkg/beam/io/fileio/read_test.go:
##########
@@ -134,17 +134,15 @@ func TestReadMatches(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
- t.Run(tt.name, func(t *testing.T) {
- p, s := beam.NewPipelineWithRoot()
+ p, s := beam.NewPipelineWithRoot()
Review Comment:
Easy enough to catch when a test failure points you at it. :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]