@@ -90,7 +90,7 @@ describe('createParallelWorker', () => {
9090 ] ;
9191
9292 const chunks = await collectChunks (
93- worker . stream ( mockInput , mockInput , { typeMap : { } } )
93+ worker . stream ( mockInput , { typeMap : { } } )
9494 ) ;
9595
9696 strictEqual ( chunks . length , 4 ) ;
@@ -121,7 +121,7 @@ describe('createParallelWorker', () => {
121121 ] ;
122122
123123 const chunks = await collectChunks (
124- worker . stream ( mockInput , mockInput , { typeMap : { } } )
124+ worker . stream ( mockInput , { typeMap : { } } )
125125 ) ;
126126
127127 strictEqual ( chunks . length , 2 ) ;
@@ -144,7 +144,7 @@ describe('createParallelWorker', () => {
144144 ] ;
145145
146146 const chunks = await collectChunks (
147- worker . stream ( mockInput , mockInput , { typeMap : { } } )
147+ worker . stream ( mockInput , { typeMap : { } } )
148148 ) ;
149149
150150 strictEqual ( chunks . length , 1 ) ;
@@ -172,7 +172,7 @@ describe('createParallelWorker', () => {
172172 ] ;
173173
174174 const chunks = await collectChunks (
175- worker . stream ( mockInput , mockInput , { typeMap : { } } )
175+ worker . stream ( mockInput , { typeMap : { } } )
176176 ) ;
177177
178178 strictEqual ( chunks . length , 2 ) ;
0 commit comments