mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-05 11:54:45 -04:00
fix test
This commit is contained in:
parent
aa5123bef3
commit
453fd935d2
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue