Skip to content

Commit

Permalink
chore: delete commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Nov 5, 2024
1 parent d4b3954 commit 51f4674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def test_recovery_rates_by_tonnage_uses_out_of_state_modifier(self, mocker):
records = mocker.Mock()
records.df = pd.DataFrame(
{
# "facility_name": ["foo", "bar", "foo", "bar"],
"Calendar_Year__c": [2022, 2022, 2023, 2023],
"Out_of_State__c": [0, 100, 0, 100],
"Municipal_Solid_Waste__c": [100, 100, 100, 100],
Expand Down

0 comments on commit 51f4674

Please sign in to comment.