This commit is contained in:
DieMyst 2021-11-15 16:21:08 +03:00
parent 3ac764440f
commit 6b073f50b5

View File

@ -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 () => {