Skip to content

Commit 4208cc3

Browse files
committed
Tests: Fix typo
1 parent 0118441 commit 4208cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_activeurl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ def test_basic_again_test_default_settings():
940940
assert not inactive_li.attrib.get('class', False)
941941

942942

943-
def test_dajngo_template():
943+
def test_django_template():
944944
response = client.get('/template/django/')
945945

946946
html = response.content

0 commit comments

Comments
 (0)