reformat test file to pass the formatting check.

Signed-off-by: Han Wang <freddie.wanah@gmail.com>
This commit is contained in:
Han Wang 2024-04-18 20:25:08 +01:00
parent 5793635a39
commit e2cef11249

View file

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