forked from VimPlug/jedi
Fix a test about regex goto, don't know how that one even worked in the first place.
This commit is contained in:
@@ -45,7 +45,7 @@ class TestFullNameWithGotoDefinitions(MixinTestFullName, TestCase):
|
|||||||
self.check("""
|
self.check("""
|
||||||
import re
|
import re
|
||||||
any_re = re.compile('.*')
|
any_re = re.compile('.*')
|
||||||
any_re""", 're.RegexObject')
|
any_re""", '_sre.compile.SRE_Pattern')
|
||||||
|
|
||||||
def test_from_import(self):
|
def test_from_import(self):
|
||||||
self.check('from os import path', 'os.path')
|
self.check('from os import path', 'os.path')
|
||||||
|
|||||||
Reference in New Issue
Block a user