Fix logging
This commit is contained in:
@@ -170,7 +170,7 @@ class MetadataEditorTests(unittest.TestCase):
|
||||
"/tmp/example.mkv",
|
||||
baseline_descriptor,
|
||||
draft_descriptor,
|
||||
notify=notifications.append,
|
||||
loggingHandler = notifications.append,
|
||||
)
|
||||
|
||||
mocked_execute.assert_not_called()
|
||||
@@ -216,7 +216,7 @@ class MetadataEditorTests(unittest.TestCase):
|
||||
"/tmp/example.mkv",
|
||||
baseline_descriptor,
|
||||
draft_descriptor,
|
||||
notify=notifications.append,
|
||||
loggingHandler = notifications.append,
|
||||
)
|
||||
|
||||
self.assertEqual(1, len(notifications))
|
||||
|
||||
Reference in New Issue
Block a user