mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Fix typos in tests
This commit is contained in:
parent
88c7043b2f
commit
a0a9f5a7a8
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ beetsplug.__path__ = [os.path.abspath(
|
|||
RSRC = util.bytestring_path(os.path.join(os.path.dirname(__file__), 'rsrc'))
|
||||
PLUGINPATH = os.path.join(os.path.dirname(__file__), 'rsrc', 'beetsplug')
|
||||
|
||||
# Propagate to root loger so nosetest can capture it
|
||||
# Propagate to root logger so nosetest can capture it
|
||||
log = logging.getLogger('beets')
|
||||
log.propagate = True
|
||||
log.setLevel(logging.DEBUG)
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ class ConvertCliTest(unittest.TestCase, TestHelper, ConvertCommand):
|
|||
converted = os.path.join(self.convert_dest, b'converted.mp3')
|
||||
self.assertFileTag(converted, 'mp3')
|
||||
|
||||
def test_rejecet_confirmation(self):
|
||||
def test_reject_confirmation(self):
|
||||
with control_stdin('n'):
|
||||
self.run_convert()
|
||||
converted = os.path.join(self.convert_dest, b'converted.mp3')
|
||||
|
|
|
|||
Loading…
Reference in a new issue