Commit 1c5959eb authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Create note after creating the users mentioned

Fixes broken master
parent 31737656
...@@ -320,7 +320,7 @@ describe EE::NotificationService, :mailer do ...@@ -320,7 +320,7 @@ describe EE::NotificationService, :mailer do
end end
context 'epic notes' do context 'epic notes' do
set(:note) { create(:note, project: nil, noteable: epic, note: '@mention referenced, @unsubscribed_mentioned and @outsider also') } let(:note) { create(:note, project: nil, noteable: epic, note: '@mention referenced, @unsubscribed_mentioned and @outsider also') }
before do before do
build_group_members(group) build_group_members(group)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment