Commit 42614c69 by Diana Huang

Add space after comma.

parent 02b7ab4f
...@@ -844,7 +844,7 @@ class CapaModuleTest(unittest.TestCase): ...@@ -844,7 +844,7 @@ class CapaModuleTest(unittest.TestCase):
# check to make sure that the input_state and the keys have the same values # check to make sure that the input_state and the keys have the same values
module1.set_state_from_lcp() module1.set_state_from_lcp()
self.assertEqual(module1.lcp.inputs.keys(),module1.input_state.keys()) self.assertEqual(module1.lcp.inputs.keys(), module1.input_state.keys())
module2.set_state_from_lcp() module2.set_state_from_lcp()
......
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