From e580f99a8937ae8d02bd3634ec2656111e0f068e Mon Sep 17 00:00:00 2001 From: Rwolfe-Nava <87499456+Rwolfe-Nava@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:47:24 -0400 Subject: [PATCH] Update comment Co-authored-by: Michael Chouinard <46358556+chouinar@users.noreply.github.com> --- .../src/task/opportunities/test_export_opportunity_data_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/src/task/opportunities/test_export_opportunity_data_task.py b/api/tests/src/task/opportunities/test_export_opportunity_data_task.py index d462dbc6c..6ce6ff231 100644 --- a/api/tests/src/task/opportunities/test_export_opportunity_data_task.py +++ b/api/tests/src/task/opportunities/test_export_opportunity_data_task.py @@ -38,7 +38,7 @@ def test_export_opportunity_data_task( OpportunityFactory.create_batch(size=6, is_archived_forecast_summary=True) ) - # Create some opportunities that won't get fetched / loaded into search + # Create some opportunities that won't get fetched / exported OpportunityFactory.create_batch(size=3, is_draft=True) OpportunityFactory.create_batch(size=4, no_current_summary=True)