mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 16:23:04 +01:00
corrected test for logging see #1627
This commit is contained in:
parent
0a5d9c28db
commit
60e225deae
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class LoggingTest(TestCase):
|
|||
l5 = l3.getChild("shalala")
|
||||
self.assertEqual(l5.__class__, blog.BeetsLogger)
|
||||
|
||||
l6 = log.getLogger()
|
||||
l6 = blog.getLogger()
|
||||
self.assertNotEqual(l1, l6)
|
||||
|
||||
def test_str_format_logging(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue