mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 08:32:06 +01:00
Fix a forgotten test
This commit is contained in:
parent
8d902c0da3
commit
d54ef99ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -1273,7 +1273,7 @@ class CommonOptionsParserCliTest(unittest.TestCase, TestHelper):
|
|||
|
||||
def test_version(self):
|
||||
l = self.run_with_output(u'version')
|
||||
self.assertIn(u'python version', l)
|
||||
self.assertIn(u'Python version', l)
|
||||
self.assertIn(u'no plugins loaded', l)
|
||||
|
||||
# # Need to have plugin loaded
|
||||
|
|
|
|||
Loading…
Reference in a new issue