This commit is contained in:
DieMyst 2023-04-24 15:05:33 +04:00
parent 85ddb2aa27
commit 462635fa71

View File

@ -132,7 +132,7 @@ describe('Testing examples', () => {
it('returnArrow.aqua chain', async () => { it('returnArrow.aqua chain', async () => {
let argResult = await returnArrowChainCall(); let argResult = await returnArrowChainCall();
expect(argResult).toBe( expect(argResult).toStrictEqual(
["first", "firstarg for func1 literal", ["first", "firstarg for func1 literal",
"second", "secondarg for func2 second literal", "second", "secondarg for func2 second literal",
"third", "thirdarg for func2 second literal", "third", "thirdarg for func2 second literal",