Skip to content

Commit

Permalink
Fix mis-id'd validations: E0660, E0740
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler committed Nov 8, 2023
1 parent 23bf8ef commit ee765b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regtech_data_validator/phase_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ def get_phase_1_and_2_validations_for_lei(context: dict[str, str] | None = None)
"phase_1": [
SBLCheck(
is_valid_enum,
id="E0640",
id="E0660",
name="census_tract_adr_type.invalid_enum_value",
description="'Census tract: type of address' must equal 1, 2, 3, or 988.",
severity=Severity.ERROR,
Expand Down Expand Up @@ -1445,7 +1445,7 @@ def get_phase_1_and_2_validations_for_lei(context: dict[str, str] | None = None)
"phase_1": [
SBLCheck(
is_valid_enum,
id="E0720",
id="E0740",
name="naics_code_flag.invalid_enum_value",
description=(
"'North American Industry Classification System (NAICS) code: NP flag'must equal 900 or 988."
Expand Down

0 comments on commit ee765b0

Please sign in to comment.