Browse Source

[2353] Change assertion type for dict

Mukund Sivaraman 12 years ago
parent
commit
70db0c50bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/tests/bind10_test.py.in

+ 1 - 1
src/bin/bind10/tests/bind10_test.py.in

@@ -1925,7 +1925,7 @@ class TestBossComponents(unittest.TestCase):
                          [{42: b'Hello World.'},
                           {42: b'You are so nice today.'}])
         self.assertEqual(bob.dead, [42])
-        self.assertFalse(bob._unix_sockets)
+        self.assertEqual({}, bob._unix_sockets)
 
         # Case where socket.recv() raises EAGAIN. In this case, the
         # routine is supposed to save what it has back to