Skip to content

Commit

Permalink
[pinpoint-apm#183] Fix axios node@20 an Error on Test
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Apr 18, 2024
1 parent b5a0125 commit 8c5c11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/instrumentation/module/mysql2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ test(`Connection Pool with query hooking`, async (t) => {

actualBuilder = new MethodDescriptorBuilder('getConnection')
.setClassName('Pool')
.setLineNumber(143)
.setLineNumber(144)
.setFileName('pool.js')
actualMethodDescriptor = apiMetaService.cacheApiWithBuilder(actualBuilder)
actualSpanEvent = trace.span.spanEventList.find( spanEvent => spanEvent.sequence == 1)
Expand All @@ -306,7 +306,7 @@ test(`Connection Pool with query hooking`, async (t) => {

actualBuilder = new MethodDescriptorBuilder('query')
.setClassName('PoolConnection')
.setLineNumber(153)
.setLineNumber(154)
.setFileName('pool.js')
actualMethodDescriptor = apiMetaService.cacheApiWithBuilder(actualBuilder)
actualSpanEvent = actualSpanChunk.spanEventList[0]
Expand Down

0 comments on commit 8c5c11d

Please sign in to comment.