This commit is contained in:
DieMyst 2023-01-19 12:09:57 +04:00
parent b83b43e86b
commit dafe75963c

View File

@ -268,7 +268,7 @@ describe('Testing examples', () => {
it('stream.aqua nil length', async () => { it('stream.aqua nil length', async () => {
let result = await nilLengthCall() let result = await nilLengthCall()
expect(result).toEqual([]); expect(result).toEqual(0);
}) })
it('stream.aqua int functor', async () => { it('stream.aqua int functor', async () => {