Skip to content

Commit b86bdb7

Browse files
author
Luca Forstner
committed
Better log message
1 parent e4b7631 commit b86bdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-integration-tests/utils/run-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void Promise.all(threads).then(() => {
5959
});
6060
process.exit(1);
6161
} else {
62-
console.log('All testcases returned the expected results.');
62+
console.log('All tests succeeded.');
6363
process.exit(0);
6464
}
6565
});

0 commit comments

Comments
 (0)