diff options
Diffstat (limited to 'worker_test.go')
-rw-r--r-- | worker_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_test.go b/worker_test.go index 2e3bc111..053a97b1 100644 --- a/worker_test.go +++ b/worker_test.go @@ -190,4 +190,4 @@ func Test_NumExecs(t *testing.T) { w.Exec(&Payload{Body: []byte("hello")}) assert.Equal(t, int64(3), w.State().NumExecs()) -}
\ No newline at end of file +} |