Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ida613 committed Jan 23, 2025
1 parent 4fde2a1 commit af28561
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ describe('esm', () => {
assert.isArray(payload[0])
assert.strictEqual(payload[0].length, numberOfSpans)
assert.propertyVal(payload[0][0], 'name', 'express.request')
for (let i = 1; i < numberOfSpans + 1; i++) {
assert.propertyVal(payload[0][i], 'name', 'express.middleware')
}
assert.propertyVal(payload[0][1], 'name', 'express.middleware')
})
}).timeout(50000)

Expand Down

0 comments on commit af28561

Please sign in to comment.