Reword test

This commit is contained in:
Michael Kozono 2017-11-09 17:20:00 -08:00
parent a210cb6b82
commit 1807bc1646
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ describe Gitlab::BackgroundMigration::PrepareUntrackedUploads, :migration, :side
untracked_files_for_uploads.create(path: '/foo/bar.jpg')
end
it 'clears existing data before adding new data' do
it 'does not error or produce duplicates of existing data' do
Sidekiq::Testing.fake! do
expect do
described_class.new.perform