forked from VimPlug/jedi
Change a few tests to match new typeshed
This commit is contained in:
@@ -52,7 +52,7 @@ class TestFullNameWithGotoDefinitions(MixinTestFullName, TestCase):
|
||||
self.check("""
|
||||
import re
|
||||
any_re = re.compile('.*')
|
||||
any_re""", 'typing.Pattern')
|
||||
any_re""", 're.Pattern')
|
||||
|
||||
def test_from_import(self):
|
||||
self.check('from os import path', 'os.path')
|
||||
|
||||
Reference in New Issue
Block a user