mirror of
https://github.com/beetbox/beets.git
synced 2026-01-20 15:14:13 +01:00
replaygain tests: remmove duplicate store()
probably leftover from debugging database issue
This commit is contained in:
parent
a2df6df9da
commit
ea0d905b22
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ def reset_replaygain(item):
|
|||
item['rg_album_gain'] = None
|
||||
item.write()
|
||||
item.store()
|
||||
item.store()
|
||||
item.store()
|
||||
|
||||
|
||||
class ReplayGainCliTestBase(TestHelper):
|
||||
|
|
|
|||
Loading…
Reference in a new issue