Skip to content

Commit 1aa542e

Browse files
committed
.
1 parent 913d273 commit 1aa542e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-packages/node-integration-tests/suites/tracing/anthropic/scenario-streaming.mjs renamed to dev-packages/node-integration-tests/suites/tracing/anthropic/scenario-span-streaming.mjs

File renamed without changes.

dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ describe('Anthropic integration', () => {
847847

848848
const streamingLongContent = 'A'.repeat(50_000);
849849

850-
createEsmAndCjsTests(__dirname, 'scenario-streaming.mjs', 'instrument-streaming.mjs', (createRunner, test) => {
850+
createEsmAndCjsTests(__dirname, 'scenario-span-streaming.mjs', 'instrument-streaming.mjs', (createRunner, test) => {
851851
test('automatically disables truncation when span streaming is enabled', async () => {
852852
await createRunner()
853853
.expect({
@@ -867,7 +867,7 @@ describe('Anthropic integration', () => {
867867

868868
createEsmAndCjsTests(
869869
__dirname,
870-
'scenario-streaming.mjs',
870+
'scenario-span-streaming.mjs',
871871
'instrument-streaming-with-truncation.mjs',
872872
(createRunner, test) => {
873873
test('respects explicit enableTruncation: true even when span streaming is enabled', async () => {

0 commit comments

Comments
 (0)