Skip to content

Commit ab0b927

Browse files
JosephCatrambonezsimjee
authored andcommitted
'pail' -> 'fail' (#1104)
1 parent 65548e4 commit ab0b927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guardrails/classes/validation/validation_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def from_interface(
4848
@classmethod
4949
def from_dict(cls, obj: Dict[str, Any]) -> "ValidationResult":
5050
i_validation_result = IValidationResult.from_dict(obj) or IValidationResult(
51-
outcome="pail"
51+
outcome="fail"
5252
)
5353
return cls.from_interface(i_validation_result)
5454

0 commit comments

Comments
 (0)