summaryrefslogtreecommitdiff
path: root/spec/services/system_note_service_spec.rb
diff options
context:
space:
mode:
authorMichel Engelen <michel.engelen@diva-e.com>2019-06-12 16:15:02 +0200
committerMichel Engelen <michel@nomorejs.net>2019-07-02 14:29:03 +0200
commite6e0d2ccc4c4af13be360c9ee3669b66b933cf86 (patch)
treeee010cb90858691c2656a41b3656c923ae5c391e /spec/services/system_note_service_spec.rb
parent0ee03c9a81288d0f3e597b7747f2bc3826a5d74d (diff)
downloadgitlab-ce-e6e0d2ccc4c4af13be360c9ee3669b66b933cf86.tar.gz
updated tests for !29553
Diffstat (limited to 'spec/services/system_note_service_spec.rb')
-rw-r--r--spec/services/system_note_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/system_note_service_spec.rb b/spec/services/system_note_service_spec.rb
index 97377c2f560..2a2547f9400 100644
--- a/spec/services/system_note_service_spec.rb
+++ b/spec/services/system_note_service_spec.rb
@@ -1148,7 +1148,7 @@ describe SystemNoteService do
end
it 'sets the note text' do
- expect(subject.note).to eq 'resolved all discussions'
+ expect(subject.note).to eq 'resolved all threads'
end
end