Skip to content

Commit

Permalink
why did it let me commit that when the unit test failed? bc its marke…
Browse files Browse the repository at this point in the history
…d slow?
  • Loading branch information
cmgosnell committed Sep 20, 2024
1 parent 20621cd commit 19d5c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/transform/ferc1_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ def test_filter_for_freshest_data_xbrl(df):
xbrl_context_cols = ["entity_id", "date", "utility_type"]
filing_metadata_cols = ["publication_time", "filing_name"]
primary_key = xbrl_context_cols + filing_metadata_cols
deduped = filter_for_freshest_data_xbrl(df, primary_key=primary_key)
deduped = filter_for_freshest_data_xbrl(df, primary_keys=primary_key)
example_schema.validate(deduped)

# every post-deduplication row exists in the original rows
Expand Down

0 comments on commit 19d5c8e

Please sign in to comment.