summaryrefslogtreecommitdiff
path: root/tests/m2m_intermediary
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-08-06 01:47:50 +1000
committerCarlton Gibson <carlton@noumenal.es>2019-08-07 11:23:14 +0200
commit65e86948b80262574058a94ccaae3a9b59c3faea (patch)
treee3b74cea769a64bd2adb882b0dfb975fa200867c /tests/m2m_intermediary
parent052388aba47ba7166886fc741cac5ce3b22fea58 (diff)
downloaddjango-65e86948b80262574058a94ccaae3a9b59c3faea.tar.gz
Corrected several typos in string literals and test names.
Diffstat (limited to 'tests/m2m_intermediary')
-rw-r--r--tests/m2m_intermediary/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_intermediary/tests.py b/tests/m2m_intermediary/tests.py
index 215f6f86c6..84dd250801 100644
--- a/tests/m2m_intermediary/tests.py
+++ b/tests/m2m_intermediary/tests.py
@@ -6,7 +6,7 @@ from .models import Article, Reporter, Writer
class M2MIntermediaryTests(TestCase):
- def test_intermeiary(self):
+ def test_intermediary(self):
r1 = Reporter.objects.create(first_name="John", last_name="Smith")
r2 = Reporter.objects.create(first_name="Jane", last_name="Doe")