Remove: SidekiqHealthScheduler (#441)

This commit is contained in:
KMY(雪あすか) 2024-01-09 20:44:19 +09:00 committed by GitHub
parent f624cdfa98
commit 650d40cb24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 29 deletions

View file

@ -1,13 +0,0 @@
# frozen_string_literal: true
require 'rails_helper'
describe Scheduler::SidekiqHealthScheduler do
let(:worker) { described_class.new }
describe 'perform' do
it 'runs without error' do
expect { worker.perform }.to_not raise_error
end
end
end