mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-20 13:38:46 -04:00
fix test
This commit is contained in:
parent
3a380cc91e
commit
aa5123bef3
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class TestClass(object):
|
|||
|
||||
upload_cache = panstore.load_upload(event.url)
|
||||
|
||||
assert (event.url) in upload_cache
|
||||
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