|
@@ -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
|