Skip to content

Commit bea037e

Browse files
remove stray comment
1 parent 36b0b49 commit bea037e

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
@@ -144,7 +144,7 @@ describe(
144144
sinon.stub(dns.promises, 'resolveSrv').callsFake(async () => {
145145
return [
146146
{
147-
name: 'localhost', // this string contains the SRV but does not end with it
147+
name: 'localhost',
148148
port: 27017,
149149
weight: 0,
150150
priority: 0
@@ -163,7 +163,7 @@ describe(
163163
sinon.stub(dns.promises, 'resolveSrv').callsFake(async () => {
164164
return [
165165
{
166-
name: 'mongodb.localhost', // this string only ends with part of the domain, not all of it!
166+
name: 'mongodb.localhost',
167167
port: 27017,
168168
weight: 0,
169169
priority: 0

0 commit comments

Comments
 (0)