Skip to content

Commit c7ba0fc

Browse files
lalitbutpilla
andauthored
Update opentelemetry-sdk/src/logs/log_processor.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent 0ceb999 commit c7ba0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ mod tests {
11841184
for handle in handles {
11851185
handle.await.unwrap();
11861186
}
1187-
assert_eq!(exporter.len(), 2);
1187+
assert_eq!(exporter.len(), 4);
11881188
}
11891189

11901190
#[tokio::test(flavor = "multi_thread")]

0 commit comments

Comments
 (0)