simonepri commented on pull request #12434: URL: https://github.com/apache/beam/pull/12434#issuecomment-667116527
Nevermind you can do the following, so this API is reduntant. ```golang got := Sum(scope, beam.CreateList(scope, test[0].given)) exp := beam.CreateList(scope, test[0].expected) passert.Equals(scope, got, exp) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
