Better English

This commit is contained in:
Jacob Vosmaer 2018-01-03 12:54:47 +01:00
parent 8d8550c78b
commit 449b59ec69

View file

@ -1730,7 +1730,7 @@ describe Gitlab::Git::Repository, seed_helper: true do
# This 'nil' signals that the merge was not applied
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)
end
end