Skip to content

Commit

Permalink
Update index.mjs
Browse files Browse the repository at this point in the history
fix: replace with correct code after action test
  • Loading branch information
Westlad authored Feb 24, 2022
1 parent c0ebcd4 commit 312645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ping-pong/user-local/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 312645d

Please sign in to comment.