test a second deserialzation

This commit is contained in:
meejah 2021-10-25 21:59:29 -06:00
parent 069c332a68
commit 9b3c55e4aa

View File

@ -1327,6 +1327,11 @@ class LeaseCrawler(unittest.TestCase, pollmixin.PollMixin):
'last-complete-bucket': None,
}
)
second_serial = _LeaseStateSerializer(serial._path.path)
self.assertEqual(
serial.load(),
second_serial.load(),
)
def test_deserialize_history_pickle(self):
"""