mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 19:51:13 +00:00
fix test
This commit is contained in:
parent
b83b43e86b
commit
dafe75963c
@ -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 () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user