From a0a9f5a7a854a41e8a27a51af8439189c55eadec Mon Sep 17 00:00:00 2001 From: "nathdwek@laptop" Date: Sun, 13 Nov 2016 17:49:18 +0100 Subject: [PATCH] Fix typos in tests --- test/_common.py | 2 +- test/test_convert.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/_common.py b/test/_common.py index 11f71a631..09747e595 100644 --- a/test/_common.py +++ b/test/_common.py @@ -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) diff --git a/test/test_convert.py b/test/test_convert.py index 8d75fbb57..123550e54 100644 --- a/test/test_convert.py +++ b/test/test_convert.py @@ -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')