Skip to content

Commit

Permalink
'pail' -> 'fail' (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephCatrambone authored and zsimjee committed Oct 2, 2024
1 parent 65548e4 commit ab0b927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guardrails/classes/validation/validation_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def from_interface(
@classmethod
def from_dict(cls, obj: Dict[str, Any]) -> "ValidationResult":
i_validation_result = IValidationResult.from_dict(obj) or IValidationResult(
outcome="pail"
outcome="fail"
)
return cls.from_interface(i_validation_result)

Expand Down

0 comments on commit ab0b927

Please sign in to comment.