(t *testing.T)
| 54 | } |
| 55 | |
| 56 | func TestJob_Name(t *testing.T) { |
| 57 | job := newTestJob() |
| 58 | |
| 59 | assert.Equal(t, job.Name(), jobName) |
| 60 | } |
| 61 | |
| 62 | func TestJob_Panicked(t *testing.T) { |
| 63 | job := newTestJob() |
nothing calls this directly
no test coverage detected
searching dependent graphs…