Commit dc6a0ec1 authored by Kev's avatar Kev

Improve test message

parent 3f5d6054
......@@ -2474,7 +2474,7 @@ RSpec.describe MergeRequest, factory_default: :keep do
description: "This reverts merge request !#{subject.id}")
end
it 'returns nil' do
it 'returns the reverting merge request' do
ProcessCommitWorker.new.perform(project.id,
current_user.id,
project.commit(revert_commit_id).to_hash,
......
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