mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-26 08:51:57 +00:00
update test
This commit is contained in:
@ -145,7 +145,7 @@ const main = async () => {
|
||||
|
||||
checkCall("nestedFuncsCall", nestedFuncsResult, "some-str", cb)
|
||||
|
||||
checkCall("assignmentCall", assignmentResult, "abc", cb)
|
||||
checkCall("assignmentCall", assignmentResult, ["abc", "hello"], cb)
|
||||
|
||||
if (success) {
|
||||
process.exit(0)
|
||||
|
Reference in New Issue
Block a user