mirror of https://github.com/grpc/grpc-node.git
Fix missing property in ClientHttp2StreamMock
This commit is contained in:
parent
cfedd7c4b0
commit
a3e71b3eeb
|
@ -43,6 +43,7 @@ class ClientHttp2StreamMock extends stream.Duplex implements
|
|||
aborted = false;
|
||||
closed = false;
|
||||
destroyed = false;
|
||||
endAfterHeaders = false;
|
||||
pending = false;
|
||||
rstCode = 0;
|
||||
// tslint:disable:no-any
|
||||
|
|
Loading…
Reference in New Issue