Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamohanan committed Oct 1, 2024
1 parent d2b8b0b commit d7a58be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-lambda-auto-wrap/test/esm_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('esm wrapper', function () {
require('../esm/index');
} catch (e) {
expect(e.message).to.eql(
`ES Module support was added in Node v14. Your Lambda function is using ${majorNodeVersion}.` +
`Your Lambda function is using ${majorNodeVersion}.` +
"Please use the 'instana-aws-lambda-auto-wrap.handler' as runtime handler."
);
}
Expand Down

0 comments on commit d7a58be

Please sign in to comment.