mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-04-25 02:22:27 +00:00
fix
This commit is contained in:
parent
3ac764440f
commit
6b073f50b5
@ -74,7 +74,7 @@ describe('Testing examples', () => {
|
||||
it('streamRestrictions.aqua', async () => {
|
||||
let streamResResult = await streamResCall();
|
||||
|
||||
expect(streamResResult).toBe([[], ["a", "b", "c"]]);
|
||||
expect(streamResResult).toStrictEqual([[], ["a", "b", "c"]]);
|
||||
});
|
||||
|
||||
it('fold.aqua', async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user