Fixed #18 : Parsing and evaluating Python
This commit is contained in:
@@ -46,7 +46,7 @@ def test_i_can_put_the_same_key_several_times():
|
||||
assert cache.lru == ["key2", "key1"]
|
||||
|
||||
|
||||
def test_none_is_returned_when_not_found():
|
||||
def test_not_found_is_returned_when_not_found():
|
||||
cache = FastCache()
|
||||
assert cache.get("foo") is NotFound
|
||||
|
||||
|
||||
Reference in New Issue
Block a user