Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Bob Evans <[email protected]>
  • Loading branch information
jsumners-nr and bizob2828 authored Oct 4, 2024
commit 30c0fff2d5b5d0bd1594e6a5938a0db854212dee
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
Loading