diff --git a/lazy.js/lazy.js-tests.ts b/lazy.js/lazy.js-tests.ts index f719a90a9..cab0787c3 100644 --- a/lazy.js/lazy.js-tests.ts +++ b/lazy.js/lazy.js-tests.ts @@ -156,7 +156,7 @@ obj = fooSequence.toObject(); // ArrayLikeSequence -fooArraySeq = fooArraySeq.concat(); +fooArraySeq = fooArraySeq.concat(fooArr); fooArraySeq = fooArraySeq.first(); fooArraySeq = fooArraySeq.first(num); foo = fooArraySeq.get(num);