Skip to content

Commit

Permalink
catch all with loan_incurred_date regex
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgesmr committed Feb 25, 2020
1 parent 29f742c commit 3a1fbd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions fecfile/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,6 @@
"type": "date",
"format": "%Y%m%d"
},
"^loan_incurred_date_terms": {
"type": "date",
"format": "%Y%m%d"
},
"^loan_inccured_date_original": {
"type": "date",
"format": "%Y%m%d"
},
"^loan_payment_to_date": {
"type": "float"
}
Expand Down
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_dates(self):
self.assertIsInstance(sched_c['date_signed'], datetime)
self.assertIsInstance(sched_c['authorized_date'], datetime)
self.assertIsNone(sched_c['deposit_acct_auth_date_presidential'])
self.assertIsNone(sched_c['loan_inccured_date_original'])
self.assertIsNone(sched_c['loan_incurred_date_original'])

class HasScheduleD(unittest.TestCase):
def test_request(self):
Expand Down

0 comments on commit 3a1fbd3

Please sign in to comment.