Skip to content

Commit

Permalink
wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Sep 5, 2024
1 parent 15dc8ee commit 586f7c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down Expand Up @@ -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 () => {
Expand Down

0 comments on commit 586f7c0

Please sign in to comment.