Commit cb3e7ec
committed
fix: update TrackingExporter test to use SpanBatch API
The batchspanprocessor_sync_ignores_max_concurrent_exports test was
added on main after this branch diverged and used the old Vec<SpanData>
signature. Updated to use SpanBatch<'_> to match the new trait.1 parent 89bb6c3 commit cb3e7ec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1366 | 1366 | | |
1367 | 1367 | | |
1368 | 1368 | | |
1369 | | - | |
| 1369 | + | |
1370 | 1370 | | |
1371 | 1371 | | |
1372 | 1372 | | |
| |||
0 commit comments