Skip to content

Commit

Permalink
fix: get_additional() and get_authority() tests for resolver_cache fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotape24 committed Jan 29, 2025
1 parent 00b8da8 commit ce97f3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/resolver_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,8 @@ mod resolver_cache_test {
.unwrap();

assert!(rr.contains(&resource_record_1));
assert!(rr.contains(&resource_record_1));
assert!(rr.contains(&resource_record_1));
assert!(rr.contains(&resource_record_2));
assert!(rr.contains(&resource_record_3));
}

#[test]
Expand Down Expand Up @@ -926,8 +926,8 @@ mod resolver_cache_test {
.unwrap();

assert!(rr.contains(&resource_record_1));
assert!(rr.contains(&resource_record_1));
assert!(rr.contains(&resource_record_1));
assert!(rr.contains(&resource_record_2));
assert!(rr.contains(&resource_record_3));
}

#[test]
Expand Down

0 comments on commit ce97f3b

Please sign in to comment.