mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Fix a test for the new output format
This commit is contained in:
parent
0e20770cc3
commit
6a99eaae35
1 changed files with 2 additions and 2 deletions
|
|
@ -193,8 +193,8 @@ class EditCommandTest(unittest.TestCase, TestHelper):
|
|||
"""Edit the yaml file appending an extra field to the first item, then
|
||||
apply changes."""
|
||||
# append "foo: bar" to item with id == 1
|
||||
self.run_mocked_command({'replacements': {u'id: 1':
|
||||
u'id: 1\nfoo: bar'}},
|
||||
self.run_mocked_command({'replacements': {u"id: '1'":
|
||||
u"id: '1'\nfoo: bar"}},
|
||||
# Apply changes.
|
||||
['a'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue