Skip to content

Commit

Permalink
test: update integration_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephyy committed Jan 10, 2024
1 parent 734a095 commit 52a27c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async fn query_a_type() {

/// 6.2.2 Query normal Qtype = *
#[tokio::test]
async fn query_all_type() {
async fn query_any_type() {
let udp_response = query_response("example.com", "UDP", "ANY").await;
let tcp_response = query_response("example.com", "TCP", "ANY").await;
assert!(udp_response.is_err());
Expand Down

0 comments on commit 52a27c5

Please sign in to comment.