X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=common%2FrNibPool_test.go;fp=common%2FrNibPool_test.go;h=e3bffa5135231b376b52ec7daf3588e7dd60f6a8;hb=0ef0f0f391bd57b6b86c40de9f0819111cd54327;hp=c8f0c0024bb8357d5939204ded257186366d1da2;hpb=574eee8d3a9b7173f8ed05bb921e972b8074f74a;p=ric-plt%2Fnodeb-rnib.git diff --git a/common/rNibPool_test.go b/common/rNibPool_test.go index c8f0c00..e3bffa5 100644 --- a/common/rNibPool_test.go +++ b/common/rNibPool_test.go @@ -68,8 +68,8 @@ func validateMaxLimit(size int, iterations int, t *testing.T) { ) group := sync.WaitGroup{} for i := 0; i < iterations; i++ { + group.Add(1) go func() { - group.Add(1) getPutInstance() group.Done() }()