damccorm commented on code in PR #34612: URL: https://github.com/apache/beam/pull/34612#discussion_r2093328464
########## sdks/python/apache_beam/examples/complete/game/leader_board_test.py: ########## @@ -65,7 +65,7 @@ def test_leader_board_users(self): result = ( self.create_data(p) | leader_board.CalculateUserScores(allowed_lateness=120)) - assert_that(result, equal_to([])) + assert_that(result, equal_to([('user1_team1', 50), ('user2_team2', 2), ('user3_team3', 8), ('user4_team3', 5)])) Review Comment: This should not be empty - Prism is handling this correctly, the FnApiRunner was dropping data -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org