diff options
author | Lamar Pavel <lamarpavel@sigaint.org> | 2015-10-30 02:46:43 +0100 |
---|---|---|
committer | Lamar Pavel <lamarpavel@sigaint.org> | 2015-10-30 02:46:43 +0100 |
commit | 27ec9e1c4330d14ff684af546731c7d2c8071c63 (patch) | |
tree | 67f139065a0c7e2281ec867788e3d166e8440dd4 /tests | |
parent | b5af1c87306863b153efcd363319636f2c2d7955 (diff) | |
download | qutebrowser-27ec9e1c4330d14ff684af546731c7d2c8071c63.tar.gz qutebrowser-27ec9e1c4330d14ff684af546731c7d2c8071c63.zip |
Fix typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/browser/test_cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/browser/test_cache.py b/tests/unit/browser/test_cache.py index e3553bcfc..831b232eb 100644 --- a/tests/unit/browser/test_cache.py +++ b/tests/unit/browser/test_cache.py @@ -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}, |