diff options
author | Valery Piashchynski <[email protected]> | 2020-11-10 14:45:59 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-10 14:45:59 +0300 |
commit | 7eb675a031d751787b31bd6894c936e86b190ebf (patch) | |
tree | 4fd570a325fccfc1e7ed3fa51b3e78c2f4172076 /static_pool_test.go | |
parent | 49225cd9b0796ba381a767dfebd5b3c1dbbac69e (diff) |
Pool options, allocator
Diffstat (limited to 'static_pool_test.go')
-rwxr-xr-x | static_pool_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index 8f8a6f56..d661c34d 100755 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -157,7 +157,7 @@ func Test_StaticPool_JobError(t *testing.T) { t.Fatal("error should be of type errors.Exec") } - assert.Contains(t, err.Error(), "exec payload: Exec: hello") + assert.Contains(t, err.Error(), "hello") } func Test_StaticPool_Broken_Replace(t *testing.T) { |