Skip to content

Commit fe87320

Browse files
nihil2501ojbucao
authored andcommitted
[ART] lint fixes
1 parent 4279b5a commit fe87320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/accredited_representative_portal/spec/models/accredited_representative_portal/power_of_attorney_request_resolution_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
expect(resolution_b).not_to be_valid
1515
expect(resolution_b.errors.full_messages).to eq(
1616
[
17-
"Power of attorney request has already been taken",
18-
"Resolving is invalid"
17+
'Power of attorney request has already been taken',
18+
'Resolving is invalid'
1919
]
2020
)
2121
end

0 commit comments

Comments
 (0)