From 2fed3613e9b5efc36d2458a1a59d85d804391d05 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 22 Sep 2017 13:37:50 +0530 Subject: [PATCH] Syntax error. --- tests/call_function_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/call_function_test.py b/tests/call_function_test.py index f843f806..6dd8d584 100644 --- a/tests/call_function_test.py +++ b/tests/call_function_test.py @@ -91,5 +91,5 @@ class CallFunctionTest(unittest.TestCase): assert context.name == self.local.name -if __name__ = '__main__': +if __name__ == '__main__': unittest.main()