From 312645df9c5b2123a78133630dbccf474a7536ff Mon Sep 17 00:00:00 2001 From: Duncan Westland Date: Thu, 24 Feb 2022 20:13:49 +0000 Subject: [PATCH] Update index.mjs fix: replace with correct code after action test --- test/ping-pong/user-local/src/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ping-pong/user-local/src/index.mjs b/test/ping-pong/user-local/src/index.mjs index cb752b901..2d46f9fc2 100644 --- a/test/ping-pong/user-local/src/index.mjs +++ b/test/ping-pong/user-local/src/index.mjs @@ -85,7 +85,7 @@ async function localTest() { logger.info('Balance of User (2*value (2*1) + value received) ', endBalance - startBalance); logger.info('Amount sent to other User', value * TEST_LENGTH); nf3.close(); - process.exit(1); + process.exit(0); } else { logger.info( 'The test has not yet passed because the L2 balance has not increased, or I am not the test runner - waiting',