Skip to content

Commit

Permalink
chore(test): Fixed tap end/autoend calls in trace unit test (#1700)
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <maurice@mauricerickard.com>
  • Loading branch information
mrickard authored Jun 26, 2023
1 parent 254c9c0 commit b4a4948
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/trace.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ tap.test('when serializing asynchronously', (t) => {
resolve()
})
})
t.end()
})

t.test('when `simple_compression` is `false`, should compress the segment arrays', async (t) => {
Expand Down Expand Up @@ -780,7 +779,6 @@ tap.test('should set URI to null when request.uri attribute is excluded globally
})

tap.test('should set URI to null when request.uri attribute is exluded from traces', async (t) => {
t.autoend()
const URL = '/test'

const agent = helper.loadMockedAgent({
Expand Down

0 comments on commit b4a4948

Please sign in to comment.