mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Closes #13361: Merge fix from 3.2.
This commit is contained in:
commit
e2618f34be
2 changed files with 2 additions and 2 deletions
|
@ -311,7 +311,7 @@ class BuiltinLevelsTest(BaseTest):
|
|||
])
|
||||
|
||||
def test_invalid_name(self):
|
||||
self.assertRaises(ValueError, logging.getLogger, any)
|
||||
self.assertRaises(TypeError, logging.getLogger, any)
|
||||
|
||||
class BasicFilterTest(BaseTest):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue