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