diff options
author | Wolfy-J <[email protected]> | 2018-06-07 21:03:53 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-07 21:03:53 +0300 |
commit | 1ddc26e58f24a0683f68437ccf5fd27bcb4265ef (patch) | |
tree | d4f4b0fd46095a4f49ec3881efe99df795b32e98 /worker_test.go | |
parent | 44c26ebae109cb0442a0df430aebfd7a82bb4a64 (diff) |
tests
Diffstat (limited to 'worker_test.go')
-rw-r--r-- | worker_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/worker_test.go b/worker_test.go index 0132e33e..31b14098 100644 --- a/worker_test.go +++ b/worker_test.go @@ -21,7 +21,6 @@ func Test_GetState(t *testing.T) { assert.Equal(t, StateReady, w.State().Value()) w.Stop() - assert.Equal(t, StateStopping, w.State().Value()) } func Test_Echo(t *testing.T) { |