summaryrefslogtreecommitdiff
path: root/worker_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker_test.go')
-rwxr-xr-xworker_test.go2
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)
}