From 75f07a2f14b1121b2584ed103bd96084547c7308 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Mon, 3 Jun 2024 09:07:15 +0100 Subject: [PATCH] Lint --- spec/request_helper.rb | 1 - spec/services/csv/lettings_log_csv_service_spec.rb | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/request_helper.rb b/spec/request_helper.rb index 1711c8495..82c9b7b7d 100644 --- a/spec/request_helper.rb +++ b/spec/request_helper.rb @@ -90,7 +90,6 @@ module RequestHelper address = request.uri.query_values["query"].split(",") { status: 200, body: { results: [{ DPA: { MATCH: 0.9, BUILDING_NAME: "result #{address[0]}", POST_TOWN: "result town or city", POSTCODE: address[1], UPRN: "1" } }] }.to_json, headers: {} } end - end def self.real_http_requests diff --git a/spec/services/csv/lettings_log_csv_service_spec.rb b/spec/services/csv/lettings_log_csv_service_spec.rb index 63ad7b24d..d59aa4406 100644 --- a/spec/services/csv/lettings_log_csv_service_spec.rb +++ b/spec/services/csv/lettings_log_csv_service_spec.rb @@ -303,7 +303,7 @@ RSpec.describe Csv::LettingsLogCsvService do hbrentshortfall: 1, tshortfall_known: 1, tshortfall: 12, - ) + ) end context "when exporting with human readable labels" do @@ -491,7 +491,7 @@ RSpec.describe Csv::LettingsLogCsvService do hbrentshortfall: 1, tshortfall_known: 1, tshortfall: 12, - ) + ) end context "when exporting with human readable labels" do