Skip to content

Commit 1fe8a1a

Browse files
authored
Merge pull request #326 from mrickard/master
fix(schema): adds database trace schema
2 parents ad440fa + 56cd114 commit 1fe8a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/report.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Report creation', () => {
3030
expect(typeof new Report()).toBe('object');
3131
});
3232

33-
test('creates a report that matches the schema', async done => {
33+
test('creates a report that matches the schema, including httpTraceEntries and dbTraceEntries', async done => {
3434
const r = new Report({
3535
labels: new Set('a-label'),
3636
metrics: [{ name: 'foo-metric', s: 'wow-string', n: 99 }]

0 commit comments

Comments
 (0)