(t *testing.T)
| 48 | } |
| 49 | |
| 50 | func TestJob_ModuleName(t *testing.T) { |
| 51 | job := newTestJob() |
| 52 | |
| 53 | assert.Equal(t, job.ModuleName(), modName) |
| 54 | } |
| 55 | |
| 56 | func TestJob_Name(t *testing.T) { |
| 57 | job := newTestJob() |
nothing calls this directly
no test coverage detected
searching dependent graphs…