Skip to content

Commit f912407

Browse files
qidewenwhenDewen Qi
authored andcommitted
fix: Improve Pipeline workflow unit test branch coverage (aws#2878)
Co-authored-by: Dewen Qi <[email protected]>
1 parent 02619cb commit f912407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/sagemaker/workflow/test_steps.py

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ def test_processing_step(sagemaker_session):
548548
evaluation_report = PropertyFile(
549549
name="EvaluationReport", output_name="evaluation", path="evaluation.json"
550550
)
551+
551552
with warnings.catch_warnings(record=True) as w:
552553
step = ProcessingStep(
553554
name="MyProcessingStep",

0 commit comments

Comments
 (0)