updated tests for !29553

This commit is contained in:
Michel Engelen 2019-06-12 16:15:02 +02:00 committed by Michel Engelen
parent 0ee03c9a81
commit e6e0d2ccc4

View file

@ -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