8000 Fix test. · socketry/async-dns@f36bb2f · GitHub
[go: up one dir, main page]

Skip to content

Commit f36bb2f

Browse files
committed
Fix test.
1 parent c7162e6 commit f36bb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/async/dns/transaction_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module Async::DNS::TransactionSpec
118118
end
119119

120120
it "should return PTR record" do
121-
transaction = Async::DNS::Transaction.new(server, query, "8.8.8.8.in-addr.arpa", IN::PTR, response)
121+
transaction = Async::DNS::Transaction.new(server, query, "1.1.1.1.in-addr.arpa", IN::PTR, response)
122122

123123
expect(transaction.response.answer.size).to be 0
124124

0 commit comments

Comments
 (0)
0