Skip to content

Commit

Permalink
(chore): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico committed Jul 24, 2023
1 parent 48ef3ea commit b663e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function run(): Promise<void> {
checks = tests.length;
await runTests();
if (testFailed) {
logger.error('1 or more tests failed. Please check what happened.');
logger.error('One or more tests failed. Please check what happened.');
return process.exit(1);
}
logger.info('Tests successfully completed!');
Expand Down

0 comments on commit b663e73

Please sign in to comment.