Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-18 07:42:07 +0300
committerStan Hu <stanhu@gmail.com>2018-07-18 07:42:07 +0300
commita19a5b57e464e53ad6e92c69f1e16f7cc0b27718 (patch)
treeaeeef4af9cee40e4618297384ec03b291481300f /spec/lib/gitlab/bitbucket_server_import
parentd1afb7c9e50399d4f7f397d1e3be2df13d49427e (diff)
Improve formatting of diff notes that could not be imported
Diffstat (limited to 'spec/lib/gitlab/bitbucket_server_import')
-rw-r--r--spec/lib/gitlab/bitbucket_server_import/importer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb b/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb
index 44d5b551838..a3e1940af04 100644
--- a/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb
+++ b/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb
@@ -199,7 +199,7 @@ describe Gitlab::BitbucketServerImport::Importer do
expect(merge_request.notes.count).to eq(1)
note = merge_request.notes.first
- expect(note.note).to start_with('Comment on file:')
+ expect(note.note).to start_with('*Comment on file:')
end
it 'restores branches of inaccessible SHAs' do