summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-22 21:55:27 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-22 21:55:27 +0100
commit2959dd8c26060d06593e50241b2747ffd3c4d6bb (patch)
treec46db2c0a64c73a2c0de407e8651777b349f676d
parent4272e1326efcbca5b26eecd4d8fd43bcc8cf93f2 (diff)
downloadastroid-2959dd8c26060d06593e50241b2747ffd3c4d6bb.tar.gz
Remove trailing whitespace.
-rw-r--r--astroid/tests/unittest_inference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/tests/unittest_inference.py b/astroid/tests/unittest_inference.py
index 0e18bc5..e3cade4 100644
--- a/astroid/tests/unittest_inference.py
+++ b/astroid/tests/unittest_inference.py
@@ -2744,7 +2744,7 @@ class InferenceTest(resources.SysPathSetup, unittest.TestCase):
second = next(ast_nodes[1].infer())
self.assertIsInstance(second, nodes.Const)
self.assertEqual(second.value, 2)
- self.assertRaises(InferenceError, next, ast_nodes[2].infer())
+ self.assertRaises(InferenceError, next, ast_nodes[2].infer())
def test_special_method_masquerading_as_another(self):
ast_node = test_utils.extract_node('''