bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316)
Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py
index 4385271..869799c 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -247,7 +247,7 @@
# not a package.
#
# Issue #14798.
- self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo')
+ self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncio.foo')
def test_module_has_no_spec(self):
module_name = "doesnotexist"