Skip to content

Commit 01022f4

Browse files
committed
test: improve test coverage and code formatting
1 parent 16e1927 commit 01022f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cla/tcp/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ mod tests {
8989
use std::sync::Mutex;
9090
use std::time::{SystemTime, UNIX_EPOCH};
9191
use tokio::io::{AsyncReadExt, AsyncWriteExt};
92-
use tokio::net::{TcpListener, TcpStream};
92+
use tokio::net::TcpStream;
9393
use tokio::time::Duration;
9494

9595
fn create_test_bundle(source: &str, destination: &str, payload: &[u8]) -> Bundle {

0 commit comments

Comments
 (0)