Skip to content

Commit 8fe7158

Browse files
committed
fix filter timeout test
1 parent 9369048 commit 8fe7158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dns_cache/cache_by_record_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ mod cache_data_test{
938938
}
939939
}
940940

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

0 commit comments

Comments
 (0)