diff options
author | Valery Piashchynski <[email protected]> | 2020-10-26 11:50:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-26 11:50:12 +0300 |
commit | 9aae9e2009bad07ebdee73e1c6cf56901d07880a (patch) | |
tree | 0ad9537bd438c63719fb83343ab77fc4ab34eb83 /static_pool_test.go | |
parent | db7695463e85faf3fba6a2767b2dfa6ef916785d (diff) |
Fix linters warnings
Diffstat (limited to 'static_pool_test.go')
-rwxr-xr-x | static_pool_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index 4a0c483a..ec80e92a 100755 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -157,7 +157,7 @@ func Test_StaticPool_JobError(t *testing.T) { } // TODO temporary commented, figure out later -//func Test_StaticPool_Broken_Replace(t *testing.T) { +// func Test_StaticPool_Broken_Replace(t *testing.T) { // ctx := context.Background() // p, err := NewPool( // ctx, @@ -197,7 +197,7 @@ func Test_StaticPool_JobError(t *testing.T) { // wg.Wait() // // p.Destroy(ctx) -//} +// } // func Test_StaticPool_Broken_FromOutside(t *testing.T) { |