Skip to content

Commit

Permalink
Update @xen-orchestra/log/logger.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Fontanet <[email protected]>
  • Loading branch information
velvetrevolver and julien-f committed Sep 25, 2024
1 parent ffd874f commit 266a348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @xen-orchestra/log/logger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const { dedupe } = require('@xen-orchestra/log/dedupe')
describe('logger', () => {
const logger = createLogger('test-logger')

const logsTransportDefault = []
const transportTest = message => {
const logsTransportDebug = []
const transportDebug = message => {
logsTransportDefault.push(message)
}

Expand Down

0 comments on commit 266a348

Please sign in to comment.