Fix small typos on file download service spec

parent 30133e21
......@@ -15,7 +15,7 @@ describe Geo::FileDownloadService, services: true do
subject { described_class.new(:avatar, upload.id) }
it 'downloads an user avatar' do
it 'downloads a user avatar' do
allow_any_instance_of(Gitlab::ExclusiveLease)
.to receive(:try_obtain).and_return(true)
allow_any_instance_of(Gitlab::Geo::FileTransfer)
......
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