Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/jmc/model/tests/account.py')
-rw-r--r--src/jmc/model/tests/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jmc/model/tests/account.py b/src/jmc/model/tests/account.py
index fa5e96c..99aa526 100644
--- a/src/jmc/model/tests/account.py
+++ b/src/jmc/model/tests/account.py
@@ -391,7 +391,7 @@ class IMAPAccount_TestCase(unittest.TestCase):
class SMTPAccount_TestCase(Account_TestCase):
def test_get_register_fields(self):
register_fields = SMTPAccount.get_register_fields()
- self.assertEquals(len(register_fields), 7)
+ self.assertEquals(len(register_fields), 8)
def suite():
suite = unittest.TestSuite()