Skip to content

Commit

Permalink
Fix dns-tools-test. (#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Feb 1, 2025
1 parent d26c2a4 commit 3741724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dns-tools-test.toit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3741724

Please sign in to comment.