Skip to content

Commit

Permalink
One more test for set keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 6, 2014
1 parent 7b48768 commit 201b339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BTrees/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,8 @@ def testKeys(self):
t.insert(x)
diff = lsubtract(t.keys(), r)
self.assertEqual(diff, [])
diff = lsubtract(t.keys(None,None), r)
self.assertEqual(diff, [])


def testClear(self):
Expand Down

0 comments on commit 201b339

Please sign in to comment.