Skip to content

Commit 3c23f56

Browse files
committed
test issue 1386 fixed
1 parent 6e828f8 commit 3c23f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_templatetags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def test_issue_1386(self):
249249
"asdf.com",
250250
"asdf.net",
251251
"www.as_df.org",
252+
"as.d8f.ghj8.gov",
252253
]
253254
for i in correct_urls:
254255
res = urlize(i)
@@ -258,7 +259,6 @@ def test_issue_1386(self):
258259
incorrect_urls = [
259260
"mailto://[email protected]",
260261
"asdf.netnet",
261-
"as.d8f.ghj8.gov",
262262
]
263263
for i in incorrect_urls:
264264
res = urlize(i)

0 commit comments

Comments
 (0)