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',