Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jan 22, 2025
1 parent 86d7058 commit 6e7e418
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions opentelemetry-sdk/src/logs/log_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,10 +1071,7 @@ mod tests {
async fn test_batch_forceflush() {
let exporter = InMemoryLogExporterBuilder::default().build();

let processor = BatchLogProcessor::new(
Box::new(exporter.clone()),
BatchConfig::default(),
);
let processor = BatchLogProcessor::new(exporter.clone(), BatchConfig::default());

let mut record = LogRecord::default();
let instrumentation = InstrumentationScope::default();
Expand Down

0 comments on commit 6e7e418

Please sign in to comment.