diff -r 4466b5b65881 -r 8302aa7110f1 test/test_main.py --- a/test/test_main.py Fri Apr 15 09:19:59 2016 -0600 +++ b/test/test_main.py Fri Apr 15 09:20:53 2016 -0600 @@ -19,7 +19,7 @@ def test_ascii_with_schema_path_and_query(self): url = 'https://www.google.com/search?q=why+is+domain+whois+such+a+mess' - domain = 'google.com' + domain = 'www.google.com' self.assertEqual(domain, extract_domain(url)) def test_simple_unicode_domain(self):