mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
reformat test file to pass the formatting check.
Signed-off-by: Han Wang <freddie.wanah@gmail.com>
This commit is contained in:
parent
5793635a39
commit
e2cef11249
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ class BareascPluginTest(unittest.TestCase, TestHelper):
|
|||
self.assertListEqual(
|
||||
[item.title for item in items], expected_titles
|
||||
)
|
||||
|
||||
def test_bareasc_list_output(self):
|
||||
"""Bare-ASCII version of list command - check output."""
|
||||
with capture_stdout() as output:
|
||||
|
|
|
|||
Loading…
Reference in a new issue