From dc73d5e19a38e1d11303142970f863c0787511b5 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Wed, 14 Dec 2022 17:38:07 +0000 Subject: [PATCH] appease linter --- spec/services/bulk_upload/lettings_validator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/bulk_upload/lettings_validator_spec.rb b/spec/services/bulk_upload/lettings_validator_spec.rb index 89224fc05..e86ec9c99 100644 --- a/spec/services/bulk_upload/lettings_validator_spec.rb +++ b/spec/services/bulk_upload/lettings_validator_spec.rb @@ -29,7 +29,7 @@ RSpec.describe BulkUpload::LettingsValidator do context "when incorrect headers" end - context do + context "when a valid csv" do let(:path) { file_fixture("2021_22_lettings_bulk_upload.csv") } it do