This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
class in test_responsecache.py
has the wrong name (DeferredCacheTestCase
instead of ResponseCacheTestCase
)
#9738
Labels
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
This is my own fault, but i'm putting it here because i noticed it while working on something else.
The file under
tests/util/caches/test_responsecache.py
usesDeferredCacheTestCase
,test_deferred_cache.py
also uses this classname, so it has to beResponseCacheTestCase
instead.The text was updated successfully, but these errors were encountered: