Add whitespace linter (#24855)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
176370e175
Коммит
0d5a8b8841
@@ -440,7 +440,6 @@ func TestPluginCommand(t *testing.T) {
|
||||
require.NotNil(t, err)
|
||||
require.Equal(t, 500, err.StatusCode)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
// Test Product with the minimum code needed to handle
|
||||
@@ -621,6 +620,5 @@ func TestProductCommands(t *testing.T) {
|
||||
require.Nil(t, err2)
|
||||
require.NotNil(t, resp)
|
||||
assert.Equal(t, "plugin slash command called", resp.Text)
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user