mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 01:51:03 +00:00
fix eq
This commit is contained in:
parent
85ddb2aa27
commit
462635fa71
@ -132,7 +132,7 @@ describe('Testing examples', () => {
|
||||
it('returnArrow.aqua chain', async () => {
|
||||
let argResult = await returnArrowChainCall();
|
||||
|
||||
expect(argResult).toBe(
|
||||
expect(argResult).toStrictEqual(
|
||||
["first", "firstarg for func1 literal",
|
||||
"second", "secondarg for func2 second literal",
|
||||
"third", "thirdarg for func2 second literal",
|
||||
|
Loading…
x
Reference in New Issue
Block a user