From 5a7c5808ea028639a814e246a06de7b56efa3bab Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Fri, 5 May 2023 14:51:55 +0100 Subject: [PATCH] update comment --- spec/support/bulk_upload/sales_log_to_csv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/support/bulk_upload/sales_log_to_csv.rb b/spec/support/bulk_upload/sales_log_to_csv.rb index c15adcda6..eb32bb822 100644 --- a/spec/support/bulk_upload/sales_log_to_csv.rb +++ b/spec/support/bulk_upload/sales_log_to_csv.rb @@ -52,10 +52,10 @@ class BulkUpload::SalesLogToCsv log.address_line2, log.town_or_city, log.county, - nil, # mistake and now field is left blank + nil, # mistake in template. field is ignored log.ethnic_group2, log.nationalbuy2, - nil, + nil, # mistake in template. field is ignored log.buy2living, log.prevtenbuy2, log.hhregresstill,