From 3741724e377fc192d98726e65edbbdd151064413 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Sat, 1 Feb 2025 22:11:42 +0100 Subject: [PATCH] Fix dns-tools-test. (#2706) --- tests/dns-tools-test.toit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dns-tools-test.toit b/tests/dns-tools-test.toit index 5907047a7..137a12f6b 100644 --- a/tests/dns-tools-test.toit +++ b/tests/dns-tools-test.toit @@ -19,7 +19,7 @@ txt-test network/net.Client: ] texts := client.get --record-type=dns.RECORD-TXT --network=network "toit.io" expect - texts.size == 0 + texts.size == 1 ptr := client.get --record-type=dns.RECORD-PTR --network=network "toit.io" expect ptr.size == 0