udp: fix name of test_pending_scrape_response_map

This commit is contained in:
Joakim Frostegård 2022-04-16 00:34:45 +02:00
parent d0c6fb0e29
commit 043649d122

View file

@ -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 {