Commit 170aa6df authored by Sam Rushing's avatar Sam Rushing

test_bool: remove bogus test.

parent 8df47f5d
......@@ -35,8 +35,6 @@ class Test (unittest.TestCase):
R = self.round_trip
R (True, (True, 3))
R (False, (False, 3))
self.assertEquals (D (encode (0))[0], False)
self.assertEquals (D (encode (1))[0], True)
def test_tuple (self):
R = self.round_trip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment