From ae42147dd8d49fc8f9e866b903d4b45411256db9 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Mon, 24 Apr 2023 12:13:04 +0100 Subject: [PATCH] chore: lint --- spec/services/bulk_upload/lettings/year2023/row_parser_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/bulk_upload/lettings/year2023/row_parser_spec.rb b/spec/services/bulk_upload/lettings/year2023/row_parser_spec.rb index 12e13bf7f..d6a1d6e80 100644 --- a/spec/services/bulk_upload/lettings/year2023/row_parser_spec.rb +++ b/spec/services/bulk_upload/lettings/year2023/row_parser_spec.rb @@ -238,7 +238,7 @@ RSpec.describe BulkUpload::Lettings::Year2023::RowParser do end describe "#validate_nulls" do - context "for non-setup questions" do + context "when non-setup questions are null" do let(:attributes) { { bulk_upload:, field_1: "a", field_18: "", field_19: "", field_21: "" } } it "fetches the question's check_answer_label if it exists, otherwise it gets the question's header" do