Sfoglia il codice sorgente

fix: test failures (#2892)

Co-authored-by: kevin.wan <kevin.wan@yijinin.com>
Kevin Wan 2 anni fa
parent
commit
8bc34c58f4
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      zrpc/internal/rpcserver_test.go

+ 0 - 2
zrpc/internal/rpcserver_test.go

@@ -40,8 +40,6 @@ func TestRpcServer(t *testing.T) {
 	}()
 
 	wg.Wait()
-
-	proc.WrapUp()
 	lock.Lock()
 	grpcServer.GracefulStop()
 	lock.Unlock()