Skip to content

Commit

Permalink
update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
aTool committed Jan 11, 2016
1 parent 078e054 commit 5b286dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wrapcache/adapter/RedisAdapter.py
Expand Up @@ -68,8 +68,6 @@ def test_memory_adapter(self):
#test set / get
self.test_class.set(key, value)
self.assertEqual(self.test_class.get(key).decode('utf-8'), value)
time.sleep(4)
self.assertRaises(CacheExpiredException, self.test_class.get, key)

#test remove
self.test_class.set(key, value)
Expand Down

0 comments on commit 5b286dd

Please sign in to comment.