From b949420101a05494f11ec2ba1b3984418eb2c5a1 Mon Sep 17 00:00:00 2001 From: Oren Mittman Date: Mon, 30 Dec 2024 22:00:11 -0500 Subject: [PATCH] [ART] lint fixes --- .../power_of_attorney_request_resolution_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/accredited_representative_portal/spec/models/accredited_representative_portal/power_of_attorney_request_resolution_spec.rb b/modules/accredited_representative_portal/spec/models/accredited_representative_portal/power_of_attorney_request_resolution_spec.rb index b319fe7f3f7..5dafde688a2 100644 --- a/modules/accredited_representative_portal/spec/models/accredited_representative_portal/power_of_attorney_request_resolution_spec.rb +++ b/modules/accredited_representative_portal/spec/models/accredited_representative_portal/power_of_attorney_request_resolution_spec.rb @@ -14,8 +14,8 @@ expect(resolution_b).not_to be_valid expect(resolution_b.errors.full_messages).to eq( [ - "Power of attorney request has already been taken", - "Resolving is invalid" + 'Power of attorney request has already been taken', + 'Resolving is invalid' ] ) end