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 {