Skip to content

Commit

Permalink
[ART] lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihil2501 authored and ojbucao committed Jan 9, 2025
1 parent abd95bb commit b949420
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b949420

Please sign in to comment.