Fix typo
This commit is contained in:
parent
b5af1c8730
commit
27ec9e1c43
@ -80,7 +80,7 @@ def test_cache_deactivated_get_data(config_stub, tmpdir):
|
||||
assert disk_cache.data(url) is None
|
||||
|
||||
|
||||
def test_cache_get_nonexistant_data(config_stub, tmpdir):
|
||||
def test_cache_get_nonexistent_data(config_stub, tmpdir):
|
||||
"""Test querying some data that was never inserted."""
|
||||
config_stub.data = {
|
||||
'storage': {'cache-size': 1024},
|
||||
|
Loading…
Reference in New Issue
Block a user