Commit 933447e0 authored by Valery Sizov's avatar Valery Sizov

Address static analyzer warning

parent 8a5eaee6
...@@ -240,7 +240,7 @@ describe Notes::SlashCommandsService, services: true do ...@@ -240,7 +240,7 @@ describe Notes::SlashCommandsService, services: true do
end end
it 'adds only one assignee from the list' do it 'adds only one assignee from the list' do
content, command_params = service.extract_commands(note) _, command_params = service.extract_commands(note)
service.execute(command_params, note) service.execute(command_params, note)
expect(note.noteable.assignees.count).to eq(1) expect(note.noteable.assignees.count).to eq(1)
......
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