mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-21 09:43:17 +00:00
Update rubocop to version 1.79.2 (#35688)
This commit is contained in:
parent
a4c05c694f
commit
4c2ddbf2c4
5 changed files with 11 additions and 13 deletions
|
|
@ -112,7 +112,7 @@ RSpec.describe Scheduler::AccountsStatusesCleanupScheduler do
|
|||
|
||||
expect { subject.perform }
|
||||
.to change(Status, :count).by(-subject.compute_budget) # Cleanable statuses
|
||||
.and (not_change { account_bob.statuses.count }) # No cleanup policy for account
|
||||
.and not_change { account_bob.statuses.count } # No cleanup policy for account
|
||||
.and(not_change { account_dave.statuses.count }) # Disabled cleanup policy
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue