Skip to content

Commit

Permalink
test/resource: fix TXT record test case
Browse files Browse the repository at this point in the history
  • Loading branch information
buffrr committed Apr 14, 2021
1 parent 34755b4 commit 9f7c4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resource-test.js
Expand Up @@ -110,7 +110,7 @@ describe('Resource', function() {
const res = Resource.fromJSON(json);
const msg = res.toDNS('hns.', types.TXT);

assert(msg.aa);
assert(!msg.aa);
assert(msg.answer.length === 0);
});

Expand Down

0 comments on commit 9f7c4d2

Please sign in to comment.