From d1ce47f4d9b1a6f6c5b64c26bda5613e800fad97 Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Tue, 19 Jun 2018 15:39:24 +0200 Subject: fix notes_collapse data tests --- spec/javascripts/notes/mock_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/javascripts/notes/mock_data.js b/spec/javascripts/notes/mock_data.js index 67f6a9629d9..0423fcb6ec4 100644 --- a/spec/javascripts/notes/mock_data.js +++ b/spec/javascripts/notes/mock_data.js @@ -1104,7 +1104,7 @@ export const collapsedSystemNotes = [ resolvable: false, noteable_iid: 12, note: 'changed the description', - note_html: '\n

changed the description 2 times within 1 minute

', + note_html: '

changed the description 2 times within 1 minute

', current_user: { can_edit: false, can_award_emoji: true }, resolved: false, resolved_by: null, -- cgit v1.2.1