test/test_main.py
changeset 95 8302aa7110f1
parent 70 1fe2c20adeba
child 140 196df98347d8
--- 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):