Skip to content

Commit 3918f67

Browse files
committed
Remove assert!(true)
1 parent dc5782c commit 3918f67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

-2
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,6 @@ mod tests {
827827
// deadloack happens in shutdown with tokio current_thread runtime
828828
//
829829
processor.shutdown().unwrap();
830-
831-
assert!(true);
832830
}
833831

834832
#[derive(Debug)]

0 commit comments

Comments
 (0)