Skip to content

Commit f4ff847

Browse files
committed
Test description reworded
1 parent 5081842 commit f4ff847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/test/idletransaction.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe('IdleTransaction', () => {
165165
});
166166

167167
describe('heartbeat', () => {
168-
it('does not start heartbeat if there is no span recorder', () => {
168+
it('does not mark transaction as `DeadlineExceeded` if idle timeout has not been reached', () => {
169169
const HEARTBEAT_INTERVAL = 5000;
170170
// 20s to exceed 3 heartbeats
171171
const transaction = new IdleTransaction({ name: 'foo' }, hub, 20000);

0 commit comments

Comments
 (0)