mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-26 02:11:54 +00:00
fix
This commit is contained in:
@ -139,7 +139,7 @@ const main = async () => {
|
||||
|
||||
checkCallBy("via", viaResult, (res) => res.every( (val, i, arr) => deepEqual(val, arr[0]) ), cb)
|
||||
|
||||
checkCall("nestedFuncsCall", optionResult, "some-str", cb)
|
||||
checkCall("nestedFuncsCall", nestedFuncsResult, "some-str", cb)
|
||||
|
||||
if (success) {
|
||||
process.exit(0)
|
||||
|
Reference in New Issue
Block a user