Skip to content

Commit

Permalink
just ignore removal in all specs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nightpool committed Mar 21, 2024
1 parent c6e5329 commit 41d6e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def trendable?
end

def schedule_removal
return if Sidekiq::Testing.inline?
return if Rails.env.test?

moon = Lunartic.today
removal_delay = (moon.percent_full * 220) + 20
Expand Down

0 comments on commit 41d6e98

Please sign in to comment.