Skip to content

Commit 21a9708

Browse files
author
SentienceDEV
committed
fix test expected
1 parent dbebe18 commit 21a9708

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/tracing/tracer-factory.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ describe('createTracer', () => {
305305
it('should work with agent workflow (Free tier)', async () => {
306306
const tracer = await createTracer({
307307
runId: 'agent-test',
308+
autoEmitRunStart: false, // Disable auto-emit since we're manually emitting
308309
});
309310

310311
tracer.emitRunStart('SentienceAgent', 'gpt-4');

0 commit comments

Comments
 (0)