Browse Source

[3028] Fix assertion call

Mukund Sivaraman 11 years ago
parent
commit
803bd5a3f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/cmdctl/tests/cmdctl_test.py

+ 1 - 1
src/bin/cmdctl/tests/cmdctl_test.py

@@ -477,7 +477,7 @@ class TestCommandControl(unittest.TestCase):
         rcode, msg = ccsession.parse_answer(answer)
         self.assertEqual(rcode, 0)
         self.assertIsNone(msg)
-        self.assertTrue(['shutdown'], called)
+        self.assertEqual(['shutdown'], called)
 
     def test_command_handler_spec_update(self):
         # Should not be present