File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/initial-dns-seedlist-discovery Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ describe(
56
56
} ) ;
57
57
58
58
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' ,
60
60
function ( ) {
61
61
beforeEach ( async function ( ) {
62
62
sinon . stub ( dns . promises , 'resolveTxt' ) . callsFake ( async ( ) => {
@@ -128,7 +128,7 @@ describe(
128
128
) ;
129
129
130
130
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' ,
132
132
function ( ) {
133
133
beforeEach ( async function ( ) {
134
134
sinon . stub ( dns . promises , 'resolveTxt' ) . callsFake ( async ( ) => {
You can’t perform that action at this time.
0 commit comments