From 875d6b6ffabf61ece17d464dac03e0972d4f2f70 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 4 Nov 2016 15:47:57 -0700 Subject: [PATCH] Fix tests --- tests/test_integration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index 7cb4d7e..7415fb2 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -75,15 +75,15 @@ class PythonTests(LanguageIntegrationTests): example_file ) self.assertIn( - 'example.Foo.method_okay(foo=None, bar=None)', + 'method_okay(foo=None, bar=None)', example_file ) self.assertIn( - 'example.Foo.method_multiline(foo=None, bar=None, baz=None)', + 'method_multiline(foo=None, bar=None, baz=None)', example_file ) self.assertIn( - 'example.Foo.method_tricky(foo=None, bar=dict)', + 'method_tricky(foo=None, bar=dict)', example_file ) self.assertFalse(