Skip to content

Commit

Permalink
[pinpoint-apm#117] adaptor validation
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Oct 18, 2022
1 parent dd223cb commit 166fba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/utils/log/logger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ test('Logger.Builder', (t) => {
t.equal(actual.type.name, 'debug', 'debug name match')
t.true(actual.adaptor === expectedAdaptor, 'adaptor member variable')


actual = new Logger.InfoBuilder(expectedAdaptor).build()
t.equal(actual.type.name, 'info', 'info name match')
t.true(actual.adaptor === expectedAdaptor, 'adaptor member variable')
Expand Down

0 comments on commit 166fba3

Please sign in to comment.