Skip to content

Commit e983c4a

Browse files
committed
test: update integration_test.rs warning
1 parent 761f722 commit e983c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async fn query_a_type() {
4141
#[tokio::test]
4242
#[should_panic]
4343
async fn query_all_type() {
44-
let response = query_response("example.com", "TCP", "ANY").await;
44+
let __response = query_response("example.com", "TCP", "ANY").await;
4545
}
4646

4747
/// 6.2.3 Query Qtype = MX

0 commit comments

Comments
 (0)