Switch to a more reliable domain name with a hyphen

Co-Authored-By: Natan Sągol <m@merlinnot.com>
This commit is contained in:
Michael Lumish 2019-09-25 09:27:02 -07:00 committed by GitHub
parent 9238ad07cb
commit d27ca5d725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ describe('Name Resolver', () => {
it('Should resolve a name with a hyphen', done => {
/* TODO(murgatroid99): Find or create a better domain name to test this with.
* This is just the first one I found with a hyphen. */
const target = 'network-tools.com';
const target = 'google-analytics.com';
const listener: resolverManager.ResolverListener = {
onSuccessfulResolution: (
addressList: string[],