Skip to content

Commit 49a4534

Browse files
committed
pretty
1 parent a68d951 commit 49a4534

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/traceloop-sdk/test/ai-sdk-integration.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ describe("Test AI SDK Integration with Recording", function () {
236236
assert.ok(result.text);
237237

238238
const spans = memoryExporter.getFinishedSpans();
239-
const aiSdkSpan = spans.find((span) => span.name.startsWith("ai.generateText"));
239+
const aiSdkSpan = spans.find((span) =>
240+
span.name.startsWith("ai.generateText"),
241+
);
240242

241243
assert.ok(aiSdkSpan);
242244

0 commit comments

Comments
 (0)