From 51f4674f441cb51c4928c126d266052e6b8546c2 Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Mon, 4 Nov 2024 17:27:16 -0700 Subject: [PATCH] chore: delete commented line --- tests/test_summarize.py | 1 - 1 file changed, 1 deletion(-) 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],