Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 1, 2024
1 parent c7162e6 commit f36bb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/async/dns/transaction_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module Async::DNS::TransactionSpec
end

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

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

Expand Down

0 comments on commit f36bb2f

Please sign in to comment.