From 043649d122ba4e777c56b1eb07fdcced7ef61103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 16 Apr 2022 00:34:45 +0200 Subject: [PATCH] udp: fix name of test_pending_scrape_response_map --- aquatic_udp/src/workers/socket/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_udp/src/workers/socket/common.rs b/aquatic_udp/src/workers/socket/common.rs index 1d248d7..4717daf 100644 --- a/aquatic_udp/src/workers/socket/common.rs +++ b/aquatic_udp/src/workers/socket/common.rs @@ -126,7 +126,7 @@ mod tests { use super::*; #[quickcheck] - fn test_pending_scrape_response_map( + fn test_pending_scrape_response_slab( request_data: Vec<(i32, i64, u8)>, request_workers: u8, ) -> TestResult {