We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d48334 commit 138e7bbCopy full SHA for 138e7bb
Lib/test/test_pyclbr.py
@@ -247,7 +247,7 @@ def test_dotted_name_not_a_package(self):
247
# not a package.
248
#
249
# Issue #14798.
250
- self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo')
+ self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncio.foo')
251
252
def test_module_has_no_spec(self):
253
module_name = "doesnotexist"
0 commit comments