diff --git a/tests/records.test.js b/tests/records.test.js index 47aed54d1..6926a88f2 100644 --- a/tests/records.test.js +++ b/tests/records.test.js @@ -314,7 +314,7 @@ t("All files should have valid record types", (t) => { t.pass(); }); -t("Root domains should have at least one usable record", (t) => { +t("Root subdomains should have at least one usable record", (t) => { const usableRecordTypes = ["A", "AAAA", "CNAME", "MX", "NS", "URL"]; files.forEach((file) => {