Address static analyzer warning
This commit is contained in:
parent
8a5eaee6e5
commit
933447e0da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue