mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-26 05:21:38 +00:00
check constants
This commit is contained in:
@ -141,7 +141,7 @@ const main = async () => {
|
||||
|
||||
checkCall("complexCall", complexCallResult, ["some str", "3", "1", "4", "1", "1", "3", "2", "4", "2", "2"], cb)
|
||||
|
||||
checkCall("constantCall", constantCallResult, "non-default string", cb)
|
||||
checkCall("constantCall", constantCallResult, ['1', 'ab'], cb)
|
||||
|
||||
checkCall("streamCall", streamResult, ["first updated", "second updated", "third updated", "fourth updated"], cb)
|
||||
|
||||
|
Reference in New Issue
Block a user