Fix typos in tests

This commit is contained in:
nathdwek@laptop 2016-11-13 17:49:18 +01:00
parent 88c7043b2f
commit a0a9f5a7a8
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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')