summaryrefslogtreecommitdiff
path: root/t/packet.t
diff options
context:
space:
mode:
Diffstat (limited to 't/packet.t')
-rw-r--r--t/packet.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/packet.t b/t/packet.t
index cf97bb5..0d55feb 100644
--- a/t/packet.t
+++ b/t/packet.t
@@ -4,9 +4,9 @@ use Test::Fatal;
use strict;
use warnings;
-use_ok('Net::LDNS');
+use_ok('Zonemaster::LDNS');
-my $p = new_ok('Net::LDNS::Packet' => ['www.example.org', 'SOA', 'IN']);
+my $p = new_ok('Zonemaster::LDNS::Packet' => ['www.example.org', 'SOA', 'IN']);
foreach my $r (qw[NOERROR FORMERR SERVFAIL NXDOMAIN NOTIMPL REFUSED YXDOMAIN YXRRSET NXRRSET NOTAUTH NOTZONE]) {
is($p->rcode($r), $r, $r);