Skip to content

Commit

Permalink
fix filter timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
justRkive committed Jan 10, 2024
1 parent 9369048 commit 8fe7158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dns_cache/cache_by_record_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ mod cache_data_test{
}
}

if let Some(record_types_data_ns) = record_types_data.get(&Rtype::NS) {
if let Some(record_types_data_ns) = record_types_data_after_cleaning.get(&Rtype::NS) {
println!(" el CacheByDomain de NS es : \n {:?}", record_types_data_ns);
assert!(false, "Si habia algo dentro del Rtype NS y NO debía ser así");
} else {
Expand Down

0 comments on commit 8fe7158

Please sign in to comment.