Skip to content

Commit

Permalink
chore: remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Apr 17, 2024
1 parent 5cb5c8a commit 4c3f7fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/verified-fetch/test/custom-dns-resolvers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ describe('custom dns-resolvers', () => {
expect(response.statusText).to.equal('Bad Gateway')

expect(customDnsResolver.callCount).to.equal(1)

expect(customDnsResolver.getCall(0).args).to.deep.equal(['_dnslink.some-non-cached-domain2.com', {
types: [
RecordType.TXT
Expand Down

0 comments on commit 4c3f7fd

Please sign in to comment.