diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-20 00:14:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 06:14:50 +0100 |
commit | 5116347eb7cfd0a09f55efbd84f8d3fa11d4d6ba (patch) | |
tree | 02fd0ac43ec43ccb974e4e370f6aeedf223b7d95 /spec/services/activitypub | |
parent | bf785df9fe044f2f13bfb93e6860a74084d8eb8a (diff) |
Autofix Rubocop RSpec/BeEq (#23740)
Diffstat (limited to 'spec/services/activitypub')
-rw-r--r-- | spec/services/activitypub/process_status_update_service_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/activitypub/process_status_update_service_spec.rb b/spec/services/activitypub/process_status_update_service_spec.rb index 3d6f76163..c8aa56def 100644 --- a/spec/services/activitypub/process_status_update_service_spec.rb +++ b/spec/services/activitypub/process_status_update_service_spec.rb @@ -410,7 +410,7 @@ RSpec.describe ActivityPub::ProcessStatusUpdateService, type: :service do end it 'removes poll' do - expect(status.reload.poll).to eq nil + expect(status.reload.poll).to be_nil end it 'records media change in edit' do |