diff options
author | Wolfy-J <[email protected]> | 2018-01-28 15:53:39 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 15:53:39 +0300 |
commit | a78f4a23ac2ee8be95b8dec6911e8d219b39dc34 (patch) | |
tree | 77f62f1df31da3622e0947925cbf3e368f1517a3 /pool_test.go | |
parent | 839069b8137878d2d229b8425ab06027539983a8 (diff) |
stop by worker
Diffstat (limited to 'pool_test.go')
-rw-r--r-- | pool_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pool_test.go b/pool_test.go index 121191ee..9d9bcca8 100644 --- a/pool_test.go +++ b/pool_test.go @@ -23,6 +23,8 @@ func Test_NewPool(t *testing.T) { NewPipeFactory(), cfg, ) + assert.Equal(t, cfg, p.Config()) + defer p.Destroy() assert.NotNil(t, p) |