Commit 9e43f5e6 authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

tests: Remove module under search from expected results

This matches a tweak made in 8765f761c995c31c9bff6287d881f0e9b5d0cfc5
parent 0f9bfc1e
......@@ -148,7 +148,6 @@ class FindRelatedTest(testlib.TestCase):
import django
related = self.call('django')
self.assertEquals(related, [
'django',
'django.utils',
'django.utils.lru_cache',
'django.utils.version',
......@@ -164,7 +163,6 @@ class FindRelatedTest(testlib.TestCase):
'django.core',
'django.core.exceptions',
'django.core.signals',
'django.db',
'django.db.utils',
'django.dispatch',
'django.dispatch.dispatcher',
......@@ -220,7 +218,6 @@ class FindRelatedTest(testlib.TestCase):
'django.db',
'django.db.backends',
'django.db.backends.utils',
'django.db.models',
'django.db.models.aggregates',
'django.db.models.base',
'django.db.models.constants',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment