Skip to content

Commit

Permalink
feat(2737): additional tests ensuring the increment counter was called.
Browse files Browse the repository at this point in the history
  • Loading branch information
koekiebox committed Aug 14, 2024
1 parent cd5d3be commit 11fd347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/telemetry/service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ describe('TelemetryServiceImpl', () => {
}
})
)
// Ensure the [incrementCounter] was called with the correct calculated value:
// Ensure the [incrementCounter] was called with the correct calculated value. Expected 5000 due to scale = 4.
expect(spyIncCounter).toHaveBeenCalledWith(name, 5000, {})
})

Expand Down

0 comments on commit 11fd347

Please sign in to comment.