Skip to content

Commit

Permalink
Fix test where the last period keeps changing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Feb 17, 2024
1 parent 2bc7cda commit 5a88b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_thirteenf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_thirteenf_multiple_related_filings_dont_use_latest_period_of_report():
first_period = related_filings[0].header.period_of_report
last_period = related_filings[-1].header.period_of_report
assert first_period == '20171231'
assert last_period == '20230930'
assert last_period >= '20230930'


def test_thirteenf_holdings():
Expand Down

0 comments on commit 5a88b7c

Please sign in to comment.