We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9369048 commit 8fe7158Copy full SHA for 8fe7158
src/dns_cache/cache_by_record_type.rs
@@ -938,7 +938,7 @@ mod cache_data_test{
938
}
939
940
941
- 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) {
942
println!(" el CacheByDomain de NS es : \n {:?}", record_types_data_ns);
943
assert!(false, "Si habia algo dentro del Rtype NS y NO debía ser así");
944
} else {
0 commit comments