tests: Remove module under search from expected results

This matches a tweak made in 8765f761c9
This commit is contained in:
Alex Willmer 2018-02-19 20:56:47 +00:00 committed by David Wilson
parent 0f9bfc1e21
commit 9e43f5e6ba
1 changed files with 0 additions and 3 deletions

View File

@ -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',