Skip to content

Commit

Permalink
Fixed misnamed class
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Dec 11, 2024
1 parent dbd7e3f commit 403929e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __call__(self, filing: FilingDAO, period_code: str, lei: str, **kwargs):
return f"Filing already exists for Filing Period {period_code} and LEI {lei}"


class ValidFilingNotExists(ActionValidator):
class ValidFilingExists(ActionValidator):
def __init__(self):
super().__init__("valid_filing_exists")

Expand Down

0 comments on commit 403929e

Please sign in to comment.