From 586f7c024c3212b381cdcff81d55c6e4ca5b6af0 Mon Sep 17 00:00:00 2001 From: Aditi Khare Date: Thu, 5 Sep 2024 01:02:40 -0400 Subject: [PATCH] wording fix --- .../initial_dns_seedlist_discovery.prose.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/initial-dns-seedlist-discovery/initial_dns_seedlist_discovery.prose.test.ts b/test/integration/initial-dns-seedlist-discovery/initial_dns_seedlist_discovery.prose.test.ts index 290f8cbc0a..1e7189040f 100644 --- a/test/integration/initial-dns-seedlist-discovery/initial_dns_seedlist_discovery.prose.test.ts +++ b/test/integration/initial-dns-seedlist-discovery/initial_dns_seedlist_discovery.prose.test.ts @@ -56,7 +56,7 @@ describe( }); context( - 'When given a DNS resolution that does NOT end with the original SRVs domain name', + 'When given a host from DNS resolution that does NOT end with the original SRVs domain name', function () { beforeEach(async function () { sinon.stub(dns.promises, 'resolveTxt').callsFake(async () => { @@ -128,7 +128,7 @@ describe( ); context( - 'When given a DNS resolution that is identical to the original SRVs hostname', + 'When given a host from DNS resolution that is identical to the original SRVs hostname', function () { beforeEach(async function () { sinon.stub(dns.promises, 'resolveTxt').callsFake(async () => {