summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-06-19 15:39:24 +0200
committerMike Greiling <mike@pixelcog.com>2018-08-15 01:40:07 -0500
commitd1ce47f4d9b1a6f6c5b64c26bda5613e800fad97 (patch)
tree7aacf0bf8202c62c71c232cb20b5d16ba58af11e
parente5ba35f721c772bc2044e1ebbed35fdde4a852a8 (diff)
downloadgitlab-ce-leipert-proper-gettext-parsing.tar.gz
fix notes_collapse data testsleipert-proper-gettext-parsing
-rw-r--r--spec/javascripts/notes/mock_data.js2
1 files changed, 1 insertions, 1 deletions
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 <p dir="auto">changed the description 2 times within 1 minute </p>',
+ note_html: ' <p dir="auto">changed the description 2 times within 1 minute </p>',
current_user: { can_edit: false, can_award_emoji: true },
resolved: false,
resolved_by: null,