Cleaned up some comments
This commit is contained in:
parent
9a6051c089
commit
087a9e5fba
1 changed files with 0 additions and 3 deletions
|
@ -113,8 +113,6 @@ func TestRealisClient_ScheduleCronJob_Thermos(t *testing.T) {
|
||||||
|
|
||||||
assert.Equal(t, aurora.ResponseCode_OK, resp.ResponseCode)
|
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){
|
t.Run("TestRealisClient_StartCronJob_Thermos", func(t *testing.T){
|
||||||
resp, err := r.StartCronJob(job.JobKey())
|
resp, err := r.StartCronJob(job.JobKey())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@ -125,7 +123,6 @@ func TestRealisClient_ScheduleCronJob_Thermos(t *testing.T) {
|
||||||
assert.Equal(t, aurora.ResponseCode_OK, resp.ResponseCode)
|
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){
|
t.Run("TestRealisClient_DeschedulerCronJob_Thermos", func(t *testing.T){
|
||||||
resp, err := r.DescheduleCronJob(job.JobKey())
|
resp, err := r.DescheduleCronJob(job.JobKey())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue