test/test_main.py
changeset 141 ec0994c0a2a0
parent 140 196df98347d8
--- a/test/test_main.py	Fri Dec 01 21:21:05 2017 +0000
+++ b/test/test_main.py	Fri Dec 01 21:36:56 2017 +0000
@@ -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 = 'www.google.com'
+        domain = 'google.com'
         self.assertEqual(domain, extract_domain(url))
 
     def test_simple_unicode_domain(self):