Skip to content

Commit

Permalink
TEST: add trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Jul 10, 2024
1 parent 11ccd08 commit 9d54249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ test('Upgrade Spans', async () => {
// Test upgrade
metrics = new CustomMetrics({client, table, log: true, spans: MoreSpans})
metric = await metrics.upgrade('test/upgrade', 'UpMetric', [])
dump(metric)
expect(metric).toBeDefined()
expect(metric.spans.length).toBe(9)
expect(metric.spans[0].points.length).toBe(0)
Expand Down

0 comments on commit 9d54249

Please sign in to comment.