diff --git a/tests/test_summarize.py b/tests/test_summarize.py index 9977915..969e68f 100644 --- a/tests/test_summarize.py +++ b/tests/test_summarize.py @@ -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],