- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 14 Jan 2016 15:24:33 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 14 January 2016 23:25:01 UTC
> @@ -1538,8 +1509,6 @@ test('ReadableByteStream: Multiple read(view), close() and respond()', t => {
>      t.equals(view.byteLength, 0, '1st read: byteLength');
>    });
>  
> -  t.equals(pullIntoCount, 1);
Why aren't we testing pullIntoCount anymore?
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/418/files#r49801425
Received on Thursday, 14 January 2016 23:25:01 UTC