Commit 7b9dd581 authored by Stan Hu's avatar Stan Hu

Fix GeoRepositoryDestroyWorker spec

parent c1183dc1
......@@ -7,7 +7,7 @@ describe GeoRepositoryDestroyWorker do
let(:perform!) { subject.perform(project.id, project.name, path) }
it 'delegates project removal to Projects::DestroyService' do
expect_any_instance_of(::Projects::DestroyService).to receive(:geo_replicate)
expect_any_instance_of(EE::Projects::DestroyService).to receive(:geo_replicate)
perform!
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