mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: fix name of test_pending_scrape_response_map
This commit is contained in:
parent
d0c6fb0e29
commit
043649d122
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue