Skip to content
Snippets Groups Projects
Commit 03ce04f3 authored by Valery Sizov's avatar Valery Sizov
Browse files

Address static analyzer warning

Former-commit-id: 933447e0
parent 62348c4b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -240,7 +240,7 @@ describe Notes::SlashCommandsService, services: true do
end
 
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)
 
expect(note.noteable.assignees.count).to eq(1)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment