mirror of
https://github.com/beetbox/beets.git
synced 2026-01-15 20:51:38 +01:00
Fix a too-long line
This commit is contained in:
parent
6ff7271ea0
commit
17681145c2
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@ class ConvertCliTest(unittest.TestCase, TestHelper, ConvertCommand):
|
|||
|
||||
|
||||
@_common.slow_test()
|
||||
class NeverConvertLossyFilesTest(unittest.TestCase, TestHelper, ConvertCommand):
|
||||
class NeverConvertLossyFilesTest(unittest.TestCase, TestHelper,
|
||||
ConvertCommand):
|
||||
"""Test the effect of the `never_convert_lossy_files` option.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue