Skip to content

Commit

Permalink
Fix change-detector test.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Apr 5, 2024
1 parent bd1945e commit a841c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/apache_beam/yaml/yaml_transform_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ def test_chain_as_composite(self):
config:
fn: 'lambda x: x*x'
input: {spec['transforms'][0]['__uuid__']}
output: {spec['transforms'][1]['__uuid__']}
output:
'__implicit_outputs__': {spec['transforms'][1]['__uuid__']}
'''
self.assertYaml(expected, result)

Expand Down

0 comments on commit a841c55

Please sign in to comment.