summaryrefslogtreecommitdiff
path: root/static_pool_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-10 14:45:59 +0300
committerValery Piashchynski <[email protected]>2020-11-10 14:45:59 +0300
commit7eb675a031d751787b31bd6894c936e86b190ebf (patch)
tree4fd570a325fccfc1e7ed3fa51b3e78c2f4172076 /static_pool_test.go
parent49225cd9b0796ba381a767dfebd5b3c1dbbac69e (diff)
Pool options, allocator
Diffstat (limited to 'static_pool_test.go')
-rwxr-xr-xstatic_pool_test.go2
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) {