mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
100% coverage for letsencrypt.account.
This commit is contained in:
parent
581875bde3
commit
f24479ebfc
1 changed files with 2 additions and 0 deletions
|
|
@ -100,6 +100,8 @@ class AccountMemoryStorageTest(unittest.TestCase):
|
|||
self.storage.save(account)
|
||||
self.assertEqual([account], self.storage.find_all())
|
||||
self.assertEqual(account, self.storage.load("x"))
|
||||
self.storage.save(account)
|
||||
self.assertEqual([account], self.storage.find_all())
|
||||
|
||||
|
||||
class AccountFileStorageTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue