Skip to content

Commit

Permalink
Remove incorrect FIXME, newer redis lib fixes the problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Feb 27, 2015
1 parent a739e08 commit f6bf02f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vumi/persist/tests/test_redis_manager.py
Expand Up @@ -62,8 +62,6 @@ def test_scan(self):
'key%d' % i for i in range(10)))

def test_ttl(self):
# FIXME: Real Redis returns -1 for missing TTLs and -1 or -2 (depending
# on version) for missing keys.
missing_ttl = self.manager.ttl("missing_key")
self.assertEqual(missing_ttl, None)

Expand Down

0 comments on commit f6bf02f

Please sign in to comment.