Skip to content

Commit

Permalink
add FIXME with documentation in test with 2 differents domains in cac…
Browse files Browse the repository at this point in the history
…he by domain
  • Loading branch information
konegoro committed Jan 5, 2024
1 parent 5d9f831 commit 616bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dns_cache/cache_by_record_type/cache_by_domain_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ mod host_data_test{
}
}
//after the filter shoud be just one data in the cache (example.com shoud have been eliminated)
//FIXME:
//FIXME: Does not eliminated the (key, data), instead the key points to a empty array ( Domain name {example.com} -> [])
assert_eq!(cache_by_domain_name.get_domain_names_data().len(), 1);
}
}

0 comments on commit 616bf2f

Please sign in to comment.