Skip to content

Commit

Permalink
Update tests/services/orders/validation_service/workflows/tomte/test_…
Browse files Browse the repository at this point in the history
…case_sample_rules.py

Co-authored-by: Sebastian Diaz <[email protected]>
  • Loading branch information
islean and diitaz93 authored Jan 28, 2025
1 parent 04e3d3b commit 0490c0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_existing_mother_must_be_female(
# THEN errors are returned
assert errors

# THEN the errors are about the father's sex
# THEN the errors are about the mother's sex
assert isinstance(errors[0], InvalidMotherSexError)


Expand Down

0 comments on commit 0490c0a

Please sign in to comment.