mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-23 13:51:15 -05:00
fix test
This commit is contained in:
parent
aa5123bef3
commit
453fd935d2
@ -187,9 +187,6 @@ class TestClass(object):
|
||||
|
||||
panstore.save_upload(event.url, {"key": event.key, "iv": event.iv, "hashes": event.hashes})
|
||||
|
||||
upload_cache = panstore.load_upload(event.url)
|
||||
upload_info = panstore.load_upload(event.url)
|
||||
|
||||
assert (event.url, event.key, event.iv, event.hashes) in upload_cache
|
||||
upload_info = upload_cache[(event.url)]
|
||||
assert upload_info == upload
|
||||
assert upload_info == panstore.load_upload(event.url)
|
||||
|
Loading…
Reference in New Issue
Block a user