diff --git a/test/test_api/test_full_name.py b/test/test_api/test_full_name.py index eddc5faf..58b77d05 100644 --- a/test/test_api/test_full_name.py +++ b/test/test_api/test_full_name.py @@ -45,7 +45,7 @@ class TestFullNameWithGotoDefinitions(MixinTestFullName, TestCase): self.check(""" import re any_re = re.compile('.*') - any_re""", 're.RegexObject') + any_re""", '_sre.compile.SRE_Pattern') def test_from_import(self): self.check('from os import path', 'os.path')