From 7bc90be6613f88042a8fcffbf06d7daa049c4cda Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 19 Jul 2016 04:45:13 +0000 Subject: Fix failure to change copied name :( --- src/mailman/model/tests/test_address.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/model/tests') diff --git a/src/mailman/model/tests/test_address.py b/src/mailman/model/tests/test_address.py index 3336dcea6..8b47b78d8 100644 --- a/src/mailman/model/tests/test_address.py +++ b/src/mailman/model/tests/test_address.py @@ -72,7 +72,7 @@ class TestAddress(unittest.TestCase): self.assertRaises(InvalidEmailAddressError, Address, 'us\u0117r@example.com', '') - def test_non_ascii_email_domain_raises_exception(self): + def test_high_unicode_email_domain_raises_exception(self): self.assertRaises(InvalidEmailAddressError, Address, 'user@\u0117xample.com', '') -- cgit v1.2.3-70-g09d2