Fix unused variable warning in test
Some checks failed
Build & Release / release (push) Has been cancelled
CI / test (push) Successful in 2m35s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-04-02 08:40:40 +04:00
parent 2cb8519c95
commit 27c69d8982

View File

@@ -235,7 +235,7 @@ async fn test_csv_created_client() {
// Initialize CSV // Initialize CSV
btest_rs::csv_output::init(&csv_path).unwrap(); btest_rs::csv_output::init(&csv_path).unwrap();
let (tx, rx, lost, intervals) = run_client_test( let (tx, rx, lost, _intervals) = run_client_test(
"127.0.0.1", port, false, true, false, None, None, "127.0.0.1", port, false, true, false, None, None,
).await; ).await;