Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldrian Harjati committed Oct 23, 2023
1 parent 07d40c6 commit f1c9fba
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 @@ -3157,7 +3157,7 @@ def get_phase_1_and_2_validations_for_lei(lei: str | None = None):
],
"phase_2": [
SBLCheck(
is_unique_in_field,e_validations.py
is_unique_in_field,
id="W0948",
name="po_4_race.duplicates_in_field",
description="'Race of principal owner 4' should not contain duplicated values.",
Expand Down

0 comments on commit f1c9fba

Please sign in to comment.