mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +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::*;
|
use super::*;
|
||||||
|
|
||||||
#[quickcheck]
|
#[quickcheck]
|
||||||
fn test_pending_scrape_response_map(
|
fn test_pending_scrape_response_slab(
|
||||||
request_data: Vec<(i32, i64, u8)>,
|
request_data: Vec<(i32, i64, u8)>,
|
||||||
request_workers: u8,
|
request_workers: u8,
|
||||||
) -> TestResult {
|
) -> TestResult {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue