Fix small typo on spec/services/ee/projects/destroy_service_spec.rb

parent 966f6591
......@@ -22,7 +22,7 @@ describe Projects::DestroyService, services: true do
let!(:geo_node) { create(:geo_node, :primary, :current) }
it 'logs an event to the Geo event log' do
# Run sidekiq immediatly to check that renamed repository will be removed
# Run Sidekiq immediately to check that renamed repository will be removed
Sidekiq::Testing.inline! do
expect { subject.execute }.to change(Geo::RepositoryDeletedEvent, :count).by(1)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment