Commit 449b59ec authored by Jacob Vosmaer's avatar Jacob Vosmaer

Better English

parent 8d8550c7
...@@ -1730,7 +1730,7 @@ describe Gitlab::Git::Repository, seed_helper: true do ...@@ -1730,7 +1730,7 @@ describe Gitlab::Git::Repository, seed_helper: true do
# This 'nil' signals that the merge was not applied # This 'nil' signals that the merge was not applied
expect(result).to be_nil expect(result).to be_nil
# Our concurrent ref update should not have been reversed # Our concurrent ref update should not have been undone
expect(repository.find_branch(target_branch).target).to eq(concurrent_update_id) expect(repository.find_branch(target_branch).target).to eq(concurrent_update_id)
end end
end 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