fix: test failures (#2892)

Co-authored-by: kevin.wan <kevin.wan@yijinin.com>
This commit is contained in:
Kevin Wan
2023-02-16 19:45:34 +08:00
committed by kevin
parent abf15b373c
commit ea3302a468

View File

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