Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber committed Dec 28, 2024
1 parent 0fe5f91 commit dfa5801
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/python/apache_beam/yaml/yaml_transform_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ def test_preprocess_windowing_custom_type(self):
size: 4
input: {{input: input}}
output: {result['transforms'][0]['__uuid__']}
config:
error_handling: {{}}
'''
self.assertYaml(expected, result)

Expand Down Expand Up @@ -747,6 +749,8 @@ def test_preprocess_windowing_other_type_with_no_inputs(self):
type: fixed
size: 4
output: {result['transforms'][1]["__uuid__"]}
config:
error_handling: {{}}
'''
self.maxDiff = 1e9

Expand Down

0 comments on commit dfa5801

Please sign in to comment.