mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Fix configuration in ReplayGain tests (#1830)
This commit is contained in:
parent
33422c7cb1
commit
5f8e710e07
1 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ class ReplayGainCliTestBase(TestHelper):
|
|||
|
||||
def setUp(self):
|
||||
self.setup_beets()
|
||||
self.config['replaygain']['backend'] = self.backend
|
||||
|
||||
try:
|
||||
self.load_plugins('replaygain')
|
||||
|
|
@ -61,7 +62,6 @@ class ReplayGainCliTestBase(TestHelper):
|
|||
pass
|
||||
raise exc_info[1], None, exc_info[2]
|
||||
|
||||
self.config['replaygain']['backend'] = self.backend
|
||||
album = self.add_album_fixture(2)
|
||||
for item in album.items():
|
||||
self._reset_replaygain(item)
|
||||
|
|
|
|||
Loading…
Reference in a new issue