Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Nov 7, 2023
1 parent f501bf5 commit ae72f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regtech_data_validator/phase_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,7 @@ def get_phase_1_and_2_validations_for_lei(lei: str | None = None):
"phase_2": [
SBLCheck(
is_unique_in_field,
id="WO901",
id="W0901",
name="po_1_ethnicity.duplicates_in_field",
description="'Ethnicity of principal owner 1' should not contain duplicated values.",
severity=Severity.WARNING,
Expand Down

0 comments on commit ae72f90

Please sign in to comment.