Skip to content

Commit 33e70e6

Browse files
committed
Formatting
1 parent c0d33c0 commit 33e70e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/telemetry/src/api.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ describe('Top level API', () => {
358358

359359
expect(emittedLogs.length).to.equal(1);
360360
const log = emittedLogs[0];
361-
expect(log.attributes![LOG_ENTRY_ATTRIBUTE_KEYS.SESSION_ID]).to.be.undefined;
361+
expect(log.attributes![LOG_ENTRY_ATTRIBUTE_KEYS.SESSION_ID]).to.be
362+
.undefined;
362363
});
363364
});
364365
});

0 commit comments

Comments
 (0)