Implement merge request review comments

This commit is contained in:
Maximilian Paß
2021-05-06 13:26:55 +02:00
parent 0dc4d28c1b
commit dba7160a41
10 changed files with 136 additions and 112 deletions

View File

@ -12,8 +12,8 @@ type ExecutorApi struct {
mock.Mock
}
// CreateDebugJob provides a mock function with given fields:
func (_m *ExecutorApi) CreateDebugJob() {
// CreateJob provides a mock function with given fields:
func (_m *ExecutorApi) CreateJob() {
_m.Called()
}