0
0
Fork 0

Fix remaining Rails/WhereExists cop violations, regenerate todo (#28892)

This commit is contained in:
Matt Jankowski 2024-01-25 07:37:07 -05:00 committed by GitHub
parent 1a565e4bea
commit 7c9c6c7f80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 22 deletions

View file

@ -265,7 +265,7 @@ RSpec.describe ActivityPub::ProcessCollectionService, type: :service do
anything
)
expect(Status.where(uri: 'https://example.com/users/bob/fake-status').exists?).to be false
expect(Status.exists?(uri: 'https://example.com/users/bob/fake-status')).to be false
end
end
end