This commit is contained in:
Jeff Washington (jwash) 2022-03-02 11:54:58 -06:00 committed by GitHub
parent e630eb73d7
commit 26aa18b3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ impl DynamicPacketToProcessThreshold {
#[cfg(test)]
mod test {
use super::DynamicPacketToProcessThreshold;
use std::time::Duration;
use {super::DynamicPacketToProcessThreshold, std::time::Duration};
#[test]
fn test_dynamic_packet_threshold() {