Skip to content

Commit 586f7c0

Browse files
wording fix
1 parent 15dc8ee commit 586f7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/initial-dns-seedlist-discovery/initial_dns_seedlist_discovery.prose.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe(
5656
});
5757

5858
context(
59-
'When given a DNS resolution that does NOT end with the original SRVs domain name',
59+
'When given a host from DNS resolution that does NOT end with the original SRVs domain name',
6060
function () {
6161
beforeEach(async function () {
6262
sinon.stub(dns.promises, 'resolveTxt').callsFake(async () => {
@@ -128,7 +128,7 @@ describe(
128128
);
129129

130130
context(
131-
'When given a DNS resolution that is identical to the original SRVs hostname',
131+
'When given a host from DNS resolution that is identical to the original SRVs hostname',
132132
function () {
133133
beforeEach(async function () {
134134
sinon.stub(dns.promises, 'resolveTxt').callsFake(async () => {

0 commit comments

Comments
 (0)