diff options
author | Wolfy-J <[email protected]> | 2018-06-11 11:32:22 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 11:32:22 +0300 |
commit | f1e09d869e9a177228aadb6385ad578d2e29f90d (patch) | |
tree | fbc6228c4fa314d9379414cd28c20e71316acd5b /static_pool_test.go | |
parent | 2f135b359575cc1625d1461bb6d8e478da8ccf54 (diff) |
fixing tests
Diffstat (limited to 'static_pool_test.go')
-rw-r--r-- | 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 cf3af4f6..ec468389 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -12,7 +12,7 @@ import ( ) var cfg = Config{ - NumWorkers: uint64(runtime.NumCPU()), + NumWorkers: int64(runtime.NumCPU()), AllocateTimeout: time.Second, DestroyTimeout: time.Second, } |