Commit 76301508 authored by Valery Sizov's avatar Valery Sizov

Fix spec/services/slash_commands/interpret_service_spec.rb

parent b063e34d
......@@ -430,7 +430,7 @@ describe SlashCommands::InterpretService, services: true do
it 'fetches assignee and populates assignee_id if content contains /assign' do
_, updates = service.execute(content, issue)
expect(updates[:assignee_ids]).to match_array([developer.id])
expect(updates[:assignee_ids]).to match_array([developer.id, developer2.id])
end
end
......
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