Skip to content

Commit

Permalink
Remove unnecessary parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Dec 27, 2023
1 parent b261e2d commit 171be69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/node-lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('bin/node-lambda', () => {
})
})

describe('node-lambda run (Multiple events))', () => {
describe('node-lambda run (Multiple events)', () => {
const eventObj = [{
asyncTest: false,
callbackWaitsForEmptyEventLoop: true,
Expand Down Expand Up @@ -217,7 +217,7 @@ describe('bin/node-lambda', () => {
})
})

describe('node-lambda run (disable Multiple events))', () => {
describe('node-lambda run (disable Multiple events)', () => {
const eventObj = [{
asyncTest: false,
callbackWaitsForEmptyEventLoop: true,
Expand Down Expand Up @@ -264,7 +264,7 @@ describe('bin/node-lambda', () => {
})
})

describe('node-lambda run (API Gateway events))', () => {
describe('node-lambda run (API Gateway events)', () => {
const eventObj = {
asyncTest: false,
callbackWaitsForEmptyEventLoop: true,
Expand Down

0 comments on commit 171be69

Please sign in to comment.