summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHan Wang <freddie.wanah@gmail.com>2024-04-18 20:25:08 +0100
committerHan Wang <freddie.wanah@gmail.com>2024-04-18 20:25:08 +0100
commite2cef11249975872ea2df8bfa53b70526cc723dc (patch)
treebbc6e57d128367c5b9ef9dfce325c6a250ce5ffd
parent5793635a39b26090897dd8a5539917789eb974ea (diff)
reformat test file to pass the formatting check.
Signed-off-by: Han Wang <freddie.wanah@gmail.com>
-rw-r--r--test/plugins/test_bareasc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/plugins/test_bareasc.py b/test/plugins/test_bareasc.py
index 1d9a3d395..66d8495e5 100644
--- a/test/plugins/test_bareasc.py
+++ b/test/plugins/test_bareasc.py
@@ -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: