mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-04-25 02:22:27 +00:00
change test
This commit is contained in:
parent
51d28983d9
commit
b37cabfc78
@ -9,7 +9,7 @@ describe('Testing run command', () => {
|
||||
const nodeId = krasnodar[3].peerId
|
||||
const message = "hello"
|
||||
const message2 = "aaa"
|
||||
const func = `\"call(\\\"${message}\\\", \\\"${message}\\\", \\\"${nodeId}\\\")\"`
|
||||
const func = `\"call(\\\"${message}\\\", \\\"${message2}\\\", \\\"${nodeId}\\\")\"`
|
||||
const call = `npm run aqua run -- --addr ${addr} -i cli-run-aqua/caller.aqua -m node_modules/ --func ${func}`
|
||||
|
||||
it('run simple command', async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user