This commit is contained in:
iamqizhao 2016-05-26 16:50:29 -07:00
Родитель 5d8c1e2d84
Коммит 3d000f3e5f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -263,7 +263,7 @@ func TestCloseWithPendingRPC(t *testing.T) {
defer wg.Done()
var reply string
if err := Invoke(context.Background(), "/foo/bar", &expectedRequest, &reply, cc); err == nil {
t.Errorf("grpc.Invoke(_, _, _, _, _) = %v, want not", err)
t.Errorf("grpc.Invoke(_, _, _, _, _) = %v, want not nil", err)
}
}()
go func() {