summaryrefslogtreecommitdiff
path: root/tests/test_canarydb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_canarydb.py')
-rw-r--r--tests/test_canarydb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_canarydb.py b/tests/test_canarydb.py
index 47bdc52..751c2cf 100644
--- a/tests/test_canarydb.py
+++ b/tests/test_canarydb.py
@@ -89,6 +89,7 @@ class TestCanaryDB(unittest.TestCase):
self.assertEqual(address, accounts[0][1])
self.assertEqual(imapserver, accounts[0][2])
self.assertEqual(password, accounts[0][3])
+ self.assertEqual(0, accounts[0][4])
# Remove the account
self.db.remove_account(listAddress, address)