Commit 0912b84
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 f89ee15 commit 0912b84
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1418 | 1418 | | |
1419 | 1419 | | |
1420 | 1420 | | |
1421 | | - | |
| 1421 | + | |
1422 | 1422 | | |
1423 | 1423 | | |
1424 | 1424 | | |
| |||
0 commit comments