Skip to content

Commit f896f3a

Browse files
committed
fix test
1 parent 20adc34 commit f896f3a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/deno-streamed/tests

dev-packages/e2e-tests/test-applications/deno-streamed/tests/spans.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ const SEGMENT_SPAN = {
1515
type: 'integer',
1616
value: expect.any(Number),
1717
},
18-
// TODO: 'device.archs' is set but arrays are not yet serialized in span attributes
18+
'device.archs': {
19+
type: 'array',
20+
value: expect.any(Array),
21+
},
1922
'device.processor_count': {
2023
type: 'integer',
2124
value: expect.any(Number),

0 commit comments

Comments
 (0)