Cleaned up some comments

This commit is contained in:
Renan DelValle 2016-10-01 01:56:10 -04:00
parent 9a6051c089
commit 087a9e5fba

View file

@ -113,8 +113,6 @@ func TestRealisClient_ScheduleCronJob_Thermos(t *testing.T) {
assert.Equal(t, aurora.ResponseCode_OK, resp.ResponseCode)
// Tasks must exist for it to be killed
t.Run("TestRealisClient_StartCronJob_Thermos", func(t *testing.T){
resp, err := r.StartCronJob(job.JobKey())
if err != nil {
@ -125,7 +123,6 @@ func TestRealisClient_ScheduleCronJob_Thermos(t *testing.T) {
assert.Equal(t, aurora.ResponseCode_OK, resp.ResponseCode)
})
// Tasks must exist for it to be killed
t.Run("TestRealisClient_DeschedulerCronJob_Thermos", func(t *testing.T){
resp, err := r.DescheduleCronJob(job.JobKey())
if err != nil {