Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Oct 25, 2024
1 parent ed02098 commit fdee4b7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ describe('Plugin', () => {
let dsmTopic
let sub
let consume

beforeEach(() => {
return agent.load('google-cloud-pubsub', {
dsmEnabled: true
Expand All @@ -369,6 +370,7 @@ describe('Plugin', () => {

describe('should set a DSM checkpoint', () => {
let setDataStreamsContextSpy

beforeEach(() => {
setDataStreamsContextSpy = sinon.spy(DataStreamsContext, 'setDataStreamsContext')
})
Expand Down Expand Up @@ -407,6 +409,7 @@ describe('Plugin', () => {

describe('it should set a message payload size', () => {
let recordCheckpointSpy

beforeEach(() => {
recordCheckpointSpy = sinon.spy(DataStreamsProcessor.prototype, 'recordCheckpoint')
})
Expand Down

0 comments on commit fdee4b7

Please sign in to comment.