Commit 2fed3613 authored by David Wilson's avatar David Wilson

Syntax error.

parent 8054fa86
......@@ -91,5 +91,5 @@ class CallFunctionTest(unittest.TestCase):
assert context.name == self.local.name
if __name__ = '__main__':
if __name__ == '__main__':
unittest.main()
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