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(
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 ( ) => {
You can’t perform that action at this time.
0 commit comments