From a19a5b57e464e53ad6e92c69f1e16f7cc0b27718 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 17 Jul 2018 21:42:07 -0700 Subject: Improve formatting of diff notes that could not be imported --- spec/lib/gitlab/bitbucket_server_import/importer_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib/gitlab/bitbucket_server_import') 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 -- cgit v1.2.3