Skip to content

Commit

Permalink
Update @xen-orchestra/log/capture.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 authored Sep 25, 2024
1 parent d13fc22 commit b9ef692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @xen-orchestra/log/capture.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { captureLogs, createCaptureTransport } = require('@xen-orchestra/log/capt
const { configure } = require('@xen-orchestra/log/configure')
const { createLogger } = require('@xen-orchestra/log')

describe('capture log', () => {
describe('captureLogs()', () => {
const logger = createLogger('test-logger')

const logsTransportDefault = []
Expand Down

0 comments on commit b9ef692

Please sign in to comment.