mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
log: auto-init log for tests (#2073)
This commit is contained in:
@@ -965,12 +965,6 @@ mod tests {
|
||||
use super::*;
|
||||
use bytes::Buf;
|
||||
|
||||
fn init() {
|
||||
let _ = tracing_subscriber::fmt()
|
||||
.with_env_filter("debug")
|
||||
.try_init();
|
||||
}
|
||||
|
||||
/// Helper function: Create a pair of interconnected QuicSockets.
|
||||
/// Data sent by socket_a will enter socket_b's rx, and vice versa.
|
||||
fn make_socket_pair() -> (QuicSocket, QuicSocket) {
|
||||
|
||||
Reference in New Issue
Block a user