summaryrefslogtreecommitdiff
path: root/static_pool_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'static_pool_test.go')
-rwxr-xr-xstatic_pool_test.go4
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) {