Skip to content

Commit 66c04f8

Browse files
committed
test: update integration_test.rs
1 parent b56e489 commit 66c04f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ async fn query_a_type() {
4141
#[tokio::test]
4242
async fn query_all_type() {
4343
let response = query_response("example.com", "ANY").await;
44+
4445
if let Ok(rrs) = response {
4546
assert_eq!(rrs.len(), 2);
4647
} else {

0 commit comments

Comments
 (0)