From 3f14648f650122424c77386b35cdac62d8551dfd Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Thu, 10 Oct 2024 13:47:57 +0100 Subject: [PATCH] fix linting --- spec/forms/admin/claims_filter_form_spec.rb | 4 ++-- spec/helpers/admin/claims_helper_spec.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/forms/admin/claims_filter_form_spec.rb b/spec/forms/admin/claims_filter_form_spec.rb index a842414b2f..57e7ac4b2f 100644 --- a/spec/forms/admin/claims_filter_form_spec.rb +++ b/spec/forms/admin/claims_filter_form_spec.rb @@ -8,12 +8,12 @@ :claim, :rejected, :awaiting_provider_verification, - policy: Policies::FurtherEducationPayments, + policy: Policies::FurtherEducationPayments ) end let(:session) { {} } - let(:filters) { { status: "awaiting_provider_verification" } } + let(:filters) { {status: "awaiting_provider_verification"} } subject { described_class.new(filters:, session:) } diff --git a/spec/helpers/admin/claims_helper_spec.rb b/spec/helpers/admin/claims_helper_spec.rb index a3978e08ad..a37a92d689 100644 --- a/spec/helpers/admin/claims_helper_spec.rb +++ b/spec/helpers/admin/claims_helper_spec.rb @@ -547,7 +547,7 @@ :claim, :rejected, :awaiting_provider_verification, - policy: Policies::FurtherEducationPayments, + policy: Policies::FurtherEducationPayments ) end