Skip to content

Commit

Permalink
update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbhughes committed Nov 12, 2024
1 parent c46edc5 commit 9622411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const randomWorker: MockFunction<WorkPoolWorker, [Partial<WorkPoolWorker>
lastHeartbeatTime: this.create('date'),
status: this.create('workerStatus'),
clientVersion: this.create('string'),
metadata: { 'integrations': [this.create('string'), this.create('string')] },
metadata: { integrations: [{ name: this.create('string'), version: this.create('string') }], 'foo': 'bar' },
heartbeatIntervalSeconds: this.create('number'),
...overrides,
})
Expand Down

0 comments on commit 9622411

Please sign in to comment.