From d9e353315aa6c3f7c75f9aa883c656b77cdd5e54 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 21 Jan 2023 09:52:49 -0800 Subject: Add function to temporarily mute errors from an account --- tests/test_canarydb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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) -- cgit v1.2.3