Commit bdf4fcfb authored by David Wilson's avatar David Wilson

Tidy up test.

parent be9e55fe
......@@ -62,9 +62,7 @@ class CallFunctionTest(unittest.TestCase):
except mitogen.core.StreamError, e:
pass
assert e[0] == (
"attempted unpickle from 'call_function_test'"
)
assert e[0] == "attempted unpickle from 'call_function_test'"
def test_returns_dead(self):
assert mitogen.core._DEAD == self.local.call(func_returns_dead)
......
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