From 7a88d11afa26a6aa0fbe2a27b0b1b717dd54a15f Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Mon, 24 Apr 2023 11:56:31 +0100 Subject: [PATCH] test: fix typo in test description --- 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 7ead6aed8..dad3405e3 100644 --- a/spec/services/bulk_upload/lettings/year2023/row_parser_spec.rb +++ b/spec/services/bulk_upload/lettings/year2023/row_parser_spec.rb @@ -241,7 +241,7 @@ RSpec.describe BulkUpload::Lettings::Year2023::RowParser do context "for non-setup questions" do let(:attributes) { { bulk_upload:, field_1: "", field_18: "", field_19: "", field_21: "" } } - it "fetches the question's check_answer_label if it exists, otherwise it get's the question's header" do + it "fetches the question's check_answer_label if it exists, otherwise it gets the question's header" do parser.valid? expect(parser.errors[:field_19]).to eql(["You must answer q12 - address"]) expect(parser.errors[:field_21]).to eql(["You must answer town or city"])