diff options
author | Wolfy-J <[email protected]> | 2020-10-28 14:42:16 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-10-28 14:42:16 +0300 |
commit | 810bc58c7b64029d21504d3f7286ccaeb16b0207 (patch) | |
tree | c26be1bc76cc7c9fb9262cfd54855c50c416ec4c /worker_test.go | |
parent | a8e31d57147252b0ef28237bf3094d7f5af01f5e (diff) | |
parent | 47a570c220a36ae7b770ea594a41637fa31fc8e8 (diff) |
Merge branch 'release_2.0' into feature/logging
Diffstat (limited to 'worker_test.go')
-rwxr-xr-x | worker_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_test.go b/worker_test.go index d2744345..78738064 100755 --- a/worker_test.go +++ b/worker_test.go @@ -47,7 +47,7 @@ func Test_Kill(t *testing.T) { assert.NotNil(t, w) assert.Equal(t, StateReady, w.State().Value()) - err = w.Kill(ctx) + err = w.Kill() if err != nil { t.Errorf("error killing the WorkerProcess: error %v", err) } |