Fix a few more tests that where not correctly written a while ago.

This commit is contained in:
Dave Halter
2016-07-01 08:42:05 +02:00
parent d5098ef096
commit 056ad1b8a8
2 changed files with 4 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ class TestInterpreterAPI(TestCase):
def test_complete_raw_module(self):
import os
self.check_interpreter_complete('os.path.join().up',
self.check_interpreter_complete('os.path.join("a").up',
locals(),
['upper'])