Skip to content

Commit 758e1f2

Browse files
committed
doggo: test fix
1 parent 050a71a commit 758e1f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/d/doggo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def install
2626

2727
test do
2828
answer = shell_output("#{bin}/doggo --short example.com NS @1.1.1.1")
29-
assert_equal "a.iana-servers.net.\nb.iana-servers.net.\n", answer
29+
assert_equal "hera.ns.cloudflare.com.\nelliott.ns.cloudflare.com.\n", answer
3030

3131
assert_match version.to_s, shell_output("#{bin}/doggo --version")
3232
end

0 commit comments

Comments
 (0)