Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bob Evans <[email protected]>
  • Loading branch information
jsumners-nr and bizob2828 authored Oct 4, 2024
1 parent 9bb97b0 commit 30c0fff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/versioned/bunyan/bunyan.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const assert = require('node:assert')

const helper = require('../../lib/agent_helper')
const { removeMatchedModules } = require('../../lib/cache-buster')
const { match } = require('../../lib/custom-assertions')
const { LOGGING } = require('../../../lib/metrics/names')
const { makeSink, logStuff, originalMsgAssertion, logForwardingMsgAssertion } = require('./helpers')

Expand Down Expand Up @@ -87,7 +86,7 @@ test('local log decorating', async (t) => {

logStuff({ logger, helper, agent })

match(agent.logs.getEvents(), [], 'should not add any logs to log aggregator')
assert.deepEqual(agent.logs.getEvents(), [], 'should not add any logs to log aggregator')
}
)

Expand Down

0 comments on commit 30c0fff

Please sign in to comment.